diff --git a/PlayWall/src/main/resources/style/components/combobox.css b/PlayWall/src/main/resources/style/components/combobox.css
index ed4954e65f738796377e063e54f4d4e34bb5b961..fbb22d2ffe0fd9279ab4f9ed42f238a960fd9329 100644
--- a/PlayWall/src/main/resources/style/components/combobox.css
+++ b/PlayWall/src/main/resources/style/components/combobox.css
@@ -8,7 +8,7 @@
 }
 
 .combo-box .list-cell {
-	-fx-background-color: #333333;
+	-fx-background-color: #6d6d6d;
 	-fx-text-fill: #efefef;
 	-fx-pref-height: 30px;
 }
diff --git a/PlayWall/src/main/resources/style/modern.css b/PlayWall/src/main/resources/style/modern.css
index 87dbcad60afbf0c81f4b33d06174ae052a529d3e..e5a3a6a4ba852c422d252132fa0b4a6047f1616c 100644
--- a/PlayWall/src/main/resources/style/modern.css
+++ b/PlayWall/src/main/resources/style/modern.css
@@ -18,10 +18,6 @@ Default elements
 	-fx-font-family: Lato sans-serif;
 }
 
-.progress-bar .bar {
-	-fx-background-color: #EEEEEE;
-}
-
 .list-view {
 	-fx-focus-color: transparent;
 	-fx-faint-focus-color: transparent;
@@ -73,12 +69,6 @@ PlayPad Elements
 
 .pad {
 	-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;
 }
 
@@ -121,6 +111,10 @@ PlayPad Elements
 	-fx-text-fill: white !important;
 }
 
+.progress-bar .bar {
+	-fx-background-color: #EEEEEE;
+}
+
 .progress-indicator .percentage {
 	-fx-fill: white;
 }