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

Update combobox background

parent f9be3948
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
} }
.combo-box .list-cell { .combo-box .list-cell {
-fx-background-color: #333333; -fx-background-color: #6d6d6d;
-fx-text-fill: #efefef; -fx-text-fill: #efefef;
-fx-pref-height: 30px; -fx-pref-height: 30px;
} }
......
...@@ -18,10 +18,6 @@ Default elements ...@@ -18,10 +18,6 @@ Default elements
-fx-font-family: Lato sans-serif; -fx-font-family: Lato sans-serif;
} }
.progress-bar .bar {
-fx-background-color: #EEEEEE;
}
.list-view { .list-view {
-fx-focus-color: transparent; -fx-focus-color: transparent;
-fx-faint-focus-color: transparent; -fx-faint-focus-color: transparent;
...@@ -73,12 +69,6 @@ PlayPad Elements ...@@ -73,12 +69,6 @@ PlayPad Elements
.pad { .pad {
-fx-background-radius: 5px; -fx-background-radius: 5px;
/*-fx-border-color: rgb(20, 20, 20);*/
/*-fx-border-width: 2px;*/
/*-fx-border-radius: 8px;*/
-fx-padding: 5 5 5 5; -fx-padding: 5 5 5 5;
} }
...@@ -121,6 +111,10 @@ PlayPad Elements ...@@ -121,6 +111,10 @@ PlayPad Elements
-fx-text-fill: white !important; -fx-text-fill: white !important;
} }
.progress-bar .bar {
-fx-background-color: #EEEEEE;
}
.progress-indicator .percentage { .progress-indicator .percentage {
-fx-fill: white; -fx-fill: white;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment