mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-18 22:13:04 +03:00
* [ANY] fix background image
* [ANY] Added MacOS XstartOnFirstThread fix and Changelog 🥳
* [ANY] Fixed position of Discord button
* [ANY] Compressed image
* [ANY] Small redesign
* [ANY] Update changelog
* [ANY Good night sweet prince
* [FEATURE] Кастомный serverImage для каждого игрового сервера
Фича бекпорнутая с 5.1 XD
* [ANY] Забыл пример пикчи на фон
* [ANY] Фикс фонов
* [ANY] Fix bg AGAIN!
* [ANY] Fix bg finally!
97 lines
No EOL
1.7 KiB
CSS
97 lines
No EOL
1.7 KiB
CSS
/*-- JCat Design XD --*/
|
|
|
|
#holder {
|
|
-fx-background-color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
|
|
#holder>#transferDialog {
|
|
-fx-background-color: rgba(0, 0, 0, 0.5);
|
|
-fx-pref-width: 694px;
|
|
-fx-pref-height: 425px;
|
|
}
|
|
|
|
|
|
/* Labels */
|
|
|
|
#holder>#settingsTitle {
|
|
-fx-font-size: 14pt;
|
|
-fx-alignment: baseline-center;
|
|
}
|
|
|
|
#holder #ramLabel,
|
|
#holder #dirLabel,
|
|
#holder #dirChange {
|
|
-fx-font-weight: bold;
|
|
}
|
|
|
|
|
|
/* RAM slider */
|
|
|
|
#holder>#ramSlider>.track {
|
|
-fx-background-color: #fff;
|
|
}
|
|
|
|
#holder>#ramSlider>.axis {
|
|
-fx-tick-label-fill: #fff;
|
|
}
|
|
|
|
#holder>#ramSlider>.thumb {
|
|
-fx-background-color: #4a5;
|
|
}
|
|
|
|
#holder>#ramSlider>.slider-value {
|
|
-fx-fill: #fff;
|
|
-fx-stroke: #fff;
|
|
}
|
|
|
|
/* Dir options */
|
|
|
|
#holder>#deleteDir,
|
|
#cancelTransfer {
|
|
-fx-background-radius: 0;
|
|
-fx-text-fill: #fff;
|
|
-fx-background-position: center;
|
|
-fx-border-color: rgba(244, 67, 54, 0.75);
|
|
-fx-background-color: transparent;
|
|
-fx-pref-width: 150px;
|
|
-fx-pref-height: 25px;
|
|
}
|
|
|
|
#holder>#deleteDir:hover,
|
|
#cancelTransfer:hover,
|
|
#holder>#deleteDir:focused,
|
|
#cancelTransfer:focused {
|
|
-fx-background-color: rgba(244, 67, 54, 0.75);
|
|
}
|
|
|
|
#holder>#changeDir {
|
|
-fx-background-color: transparent;
|
|
-fx-text-fill: #fff;
|
|
-fx-background-radius: 0;
|
|
}
|
|
|
|
#holder>#changeDir:focused,
|
|
#holder>#changeDir:pressed {
|
|
-fx-font-weight: bold;
|
|
}
|
|
|
|
#holder>#apply,
|
|
#applyTransfer {
|
|
-fx-border-color: rgba(76, 175, 80, 0.75);
|
|
-fx-background-color: transparent;
|
|
-fx-background-radius: 0;
|
|
-fx-text-fill: #fff;
|
|
-fx-background-position: center;
|
|
-fx-pref-width: 150px;
|
|
-fx-pref-height: 25px;
|
|
}
|
|
|
|
#holder>#apply:hover,
|
|
#applyTransfer:hover,
|
|
#holder>#apply:focused,
|
|
#applyTransfer:focused {
|
|
-fx-background-color: rgba(76, 175, 80, 0.75);
|
|
}
|
|
|
|
|
|
/*-- JCat Design XD --*/ |