mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-19 14:33:04 +03:00
11 lines
No EOL
217 B
CSS
11 lines
No EOL
217 B
CSS
/*-- DrLeonardo Design --*/
|
|
#overlay > #description {
|
|
-fx-font-size: 12pt;
|
|
-fx-text-fill: #fff;
|
|
-fx-wrap-text: true;
|
|
}
|
|
|
|
#overlay > #description.error {
|
|
-fx-text-fill: red;
|
|
}
|
|
/*-- DrLeonardo Design --*/ |