Frontend: Add explicit style for QProgressBar
authorWuzzy <Wuzzy2@mail.ru>
Sun, 05 May 2019 13:51:09 +0200
changeset 14880 175c96e60279
parent 14879 002f7d41f5ce
child 14881 272cd0142a90
Frontend: Add explicit style for QProgressBar
QTfrontend/res/css/april1.css
QTfrontend/res/css/birthday.css
QTfrontend/res/css/christmas.css
QTfrontend/res/css/easter.css
QTfrontend/res/css/qt.css
--- a/QTfrontend/res/css/april1.css	Sun May 05 02:04:12 2019 +0200
+++ b/QTfrontend/res/css/april1.css	Sun May 05 13:51:09 2019 +0200
@@ -535,3 +535,15 @@
 PageMultiplayer TeamSelWidget {
 min-height: 500px;
 }
+
+QProgressBar {
+border: 3px solid #FFCC00;
+background-color: #150A61;
+border-radius: 5px;
+text-align: center;
+color: #FFFFFF;
+}
+QProgressBar::chunk {
+background-color: #FF9B00;
+margin: 2px;
+}
--- a/QTfrontend/res/css/birthday.css	Sun May 05 02:04:12 2019 +0200
+++ b/QTfrontend/res/css/birthday.css	Sun May 05 13:51:09 2019 +0200
@@ -539,3 +539,15 @@
 PageMultiplayer TeamSelWidget {
 min-height: 500px;
 }
+
+QProgressBar {
+border: 3px solid #FFCC00;
+background-color: #150A61;
+border-radius: 5px;
+text-align: center;
+color: #FFFFFF;
+}
+QProgressBar::chunk {
+background-color: #FF9B00;
+margin: 2px;
+}
--- a/QTfrontend/res/css/christmas.css	Sun May 05 02:04:12 2019 +0200
+++ b/QTfrontend/res/css/christmas.css	Sun May 05 13:51:09 2019 +0200
@@ -534,3 +534,15 @@
 PageMultiplayer TeamSelWidget {
 min-height: 500px;
 }
+
+QProgressBar {
+border: 3px solid #FFCC00;
+background-color: #150A61;
+border-radius: 5px;
+text-align: center;
+color: #FFFFFF;
+}
+QProgressBar::chunk {
+background-color: #FF9B00;
+margin: 2px;
+}
--- a/QTfrontend/res/css/easter.css	Sun May 05 02:04:12 2019 +0200
+++ b/QTfrontend/res/css/easter.css	Sun May 05 13:51:09 2019 +0200
@@ -530,3 +530,15 @@
 PageMultiplayer TeamSelWidget {
 min-height: 500px;
 }
+
+QProgressBar {
+border: 3px solid #FFCC00;
+background-color: #150A61;
+border-radius: 5px;
+text-align: center;
+color: #FFFFFF;
+}
+QProgressBar::chunk {
+background-color: #FF9B00;
+margin: 2px;
+}
--- a/QTfrontend/res/css/qt.css	Sun May 05 02:04:12 2019 +0200
+++ b/QTfrontend/res/css/qt.css	Sun May 05 13:51:09 2019 +0200
@@ -526,3 +526,15 @@
 PageMultiplayer TeamSelWidget {
 min-height: 500px;
 }
+
+QProgressBar {
+border: 3px solid #FFCC00;
+background-color: #150A61;
+border-radius: 5px;
+text-align: center;
+color: #FFFFFF;
+}
+QProgressBar::chunk {
+background-color: #FF9B00;
+margin: 2px;
+}