mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
[FIX]Вернул кнопочкам прозрачность
This commit is contained in:
parent
bf28c66e2b
commit
8b0a530324
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
||||||
Button, CheckBox, ComboBox, RadioButton {
|
Button, CheckBox, ComboBox, RadioButton {
|
||||||
-fx-cursor: hand;
|
-fx-cursor: hand;
|
||||||
}
|
}
|
||||||
|
Button {
|
||||||
|
-fx-background-color: TRANSPARENT, TRANSPARENT, TRANSPARENT, TRANSPARENT;
|
||||||
|
-fx-background-radius: 3px;
|
||||||
|
-fx-background-insets: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Backgrounds */
|
/* Backgrounds */
|
||||||
#layout {
|
#layout {
|
||||||
|
|
Loading…
Reference in a new issue