Launcher/Launcher/runtime/dialog/profileCell.css
2018-09-17 14:07:32 +07:00

17 lines
262 B
CSS

* {
-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;
}