Minor corrections

This commit is contained in:
Dmitry Isaenko 2019-02-10 13:07:40 +03:00
parent 10895133ee
commit 68cbd5e2ad
2 changed files with 9 additions and 13 deletions

View file

@ -23,18 +23,8 @@
}
.button:focused, .buttonStop:focused, .buttonUp:focused{
-fx-background-color: #6a6a6a;
-fx-border-color: #6a6a6a;
-fx-border-radius: 3;
-fx-border-width: 2;
-fx-text-fill: #f7fafa;
}
.button:hover:focused, .buttonStop:hover:focused, .buttonUp:hover:focused{
-fx-background-color: #6a6a6a;
-fx-border-color: #a4ffff;
-fx-border-radius: 3;
-fx-border-width: 2;
-fx-text-fill: #f7fafa;
}
.button:pressed, .dialog-pane .button:pressed{
-fx-background-color: #4f4f4f;
-fx-border-color: #289de8;
@ -48,7 +38,6 @@
-fx-border-radius: 3;
-fx-border-width: 2;
-fx-text-fill: #f7fafa;
}
.buttonStop:pressed{
-fx-background-color: #4f4f4f;
@ -56,7 +45,6 @@
-fx-border-radius: 3;
-fx-border-width: 2;
-fx-text-fill: #f7fafa;
}
.text-area{