Skip to content
Snippets Groups Projects
Commit 1352f4ff authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Make buttons lighter

parent 530ca622
No related branches found
No related tags found
No related merge requests found
...@@ -3,24 +3,24 @@ ...@@ -3,24 +3,24 @@
} }
.button { .button {
-fx-background-color: #505050; -fx-background-color: #606060;
-fx-text-fill: #EEEEEE; -fx-text-fill: #EEEEEE;
-fx-background-radius: 3px; -fx-background-radius: 3px;
-fx-border-width: 0; -fx-border-width: 0;
} }
.button:focused { .button:focused {
-fx-background-color: #7f7f7f; -fx-background-color: #9b9b9b;
-fx-text-fill: #EEEEEE !important; -fx-text-fill: #EEEEEE !important;
} }
.button:hover { .button:hover {
-fx-background-color: #6a6a6a; -fx-background-color: #797979;
-fx-text-fill: #EEEEEE !important; -fx-text-fill: #EEEEEE !important;
} }
.button:default { .button:default {
-fx-background-color: #286d85; -fx-background-color: #358dab;
-fx-text-fill: #EEEEEE !important; -fx-text-fill: #EEEEEE !important;
} }
...@@ -109,7 +109,8 @@ ...@@ -109,7 +109,8 @@
} }
.current-page-button { .current-page-button {
-fx-background-color: #2e4355; -fx-background-color: #dbdbdb;
-fx-text-fill: #333333;
} }
.slider .thumb { .slider .thumb {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment