mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-25 10:01:01 +03:00
17 lines
262 B
CSS
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;
|
|
}
|