v0.2 CSS hot fixes
This commit is contained in:
parent
e16cf04e64
commit
80f6d5b099
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
-fx-text-fill: #f7fafa;
|
-fx-text-fill: #f7fafa;
|
||||||
-fx-effect: none;
|
-fx-effect: none;
|
||||||
}
|
}
|
||||||
.button:hover, .buttonStop:hover, .buttonUp:hover, .choice-box:hover, .button:focused:hover, .buttonStop:focused:hover, .buttonUp:focused:hover, .buttonSelect:focused:hover .choice-box:focused:hover{
|
.button:hover, .buttonStop:hover, .buttonUp:hover, .choice-box:hover, .button:focused:hover, .buttonStop:focused:hover, .buttonUp:focused:hover, .buttonSelect:focused:hover, .choice-box:focused:hover{
|
||||||
-fx-background-color: #4f4f4f;
|
-fx-background-color: #4f4f4f;
|
||||||
-fx-border-color: #a4ffff;
|
-fx-border-color: #a4ffff;
|
||||||
-fx-border-radius: 3;
|
-fx-border-radius: 3;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
-fx-effect: dropshadow(three-pass-box, #b4b4b4, 2, 0, 0, 0);
|
-fx-effect: dropshadow(three-pass-box, #b4b4b4, 2, 0, 0, 0);
|
||||||
|
|
||||||
}
|
}
|
||||||
.button:hover, .buttonStop:hover, .buttonUp:hover, .choice-box:hover, .button:focused:hover, .buttonStop:focused:hover, .buttonUp:focused:hover, .buttonSelect:focused:hover .choice-box:focused:hover{
|
.button:hover, .buttonStop:hover, .buttonUp:hover, .choice-box:hover, .button:focused:hover, .buttonStop:focused:hover, .buttonUp:focused:hover, .buttonSelect:focused:hover, .choice-box:focused:hover{
|
||||||
-fx-background-color: #fefefe;
|
-fx-background-color: #fefefe;
|
||||||
-fx-border-color: #00caca;
|
-fx-border-color: #00caca;
|
||||||
-fx-border-radius: 3;
|
-fx-border-radius: 3;
|
||||||
|
|
Loading…
Reference in a new issue