blob: 90a7c9f5911c37a9a444dc9ae057a44fd4d8e6bf (
plain)
1
2
3
4
5
6
7
8
9
10
|
.button:hover {
-fx-background-color: #383838!important;
-fx-border-color: #383838!important;
-fx-text-fill: #fff!important;
}
.button:pressed {
-fx-scale-y: 0.95;
-fx-scale-x: 0.95;
}
|