Removed useless css

This commit is contained in:
Antoine Bartuccio 2017-05-26 17:57:35 +02:00
parent 8e370e3a29
commit 9e2814d7df
1 changed files with 1 additions and 26 deletions

View File

@ -2,7 +2,7 @@
* @Author: Bartuccio Antoine
* @Date: 2017-05-26 17:51:42
* @Last Modified by: klmp200
* @Last Modified time: 2017-05-26 17:55:16
* @Last Modified time: 2017-05-26 17:57:14
*/
// Nice white #F9FAFB
@ -12,31 +12,6 @@
-fx-background-color: #2B2B2B;
}
.scroll-bar {
-fx-background-color: rgb(57, 57, 57);
}
.scroll-bar .thumb {
-fx-background-color: rgb(169, 169, 169);
-fx-background-radius: 0em;
-fx-background-inserts: 0, 0, 0;
}
.scroll-bar .increment-arrow,
.scroll-bar .decrement-arrow {
-fx-color: rgb(169, 169, 169);
}
.scroll-bar:hover .increment-arrow,
.scroll-bar:hover .decrement-arrow {
-fx-color: #2B2B2B;
-fx-background-color: rgb(169, 169, 169);
}
.label {
-fx-text-fill: #F9FAFB;
}
.button {
-fx-background-radius: 0em;
-fx-background-inserts: 0, 0, 0;