mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
added: toggle
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
-fx-font-size: 24px;
|
||||
}
|
||||
|
||||
.button {
|
||||
.button, .toggle {
|
||||
-fx-padding: 10;
|
||||
|
||||
-fx-background-color: transparent;
|
||||
@@ -29,7 +29,7 @@
|
||||
-fx-transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
.button:hover, .toggle:hover {
|
||||
-fx-cursor: hand;
|
||||
|
||||
-fx-scale-x: 1.1;
|
||||
|
||||
Reference in New Issue
Block a user