Newer
Older
KeeperJerry_Launcher / Launcher / runtime / dialog / profileCell.css
@sashok724 sashok724 on 20 Apr 2017 262 bytes фиксы
* {
    -fx-font-family: 'Open Sans', sans-serif;
}

#cellBox {
    -fx-alignment: center-left;
    -fx-padding: 0 5px 0 0;
}

#cellBox > #profileTitle {
    -fx-text-fill: black;
}

#cellBox > #serverStatus {
    -fx-text-fill: black;
    -fx-font-size: 9px;
}