mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-19 01:35:23 -04:00
Minor corrections
This commit is contained in:
parent
10895133ee
commit
68cbd5e2ad
2 changed files with 9 additions and 13 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue