[FIX]Вернул кнопочкам прозрачность

This commit is contained in:
Alex Dev Sm 2019-06-18 21:00:56 +03:00
parent bf28c66e2b
commit 8b0a530324

View file

@ -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 {