Skip to content

Commit

Permalink
for 4.3.0 Rev12: Progress bar font color
Browse files Browse the repository at this point in the history
  • Loading branch information
maboroshin authored Sep 19, 2021
1 parent dd35714 commit 037bb56
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/stylesheet_Absinthe.qss
Original file line number Diff line number Diff line change
Expand Up @@ -925,8 +925,8 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar
--------------------------------------------------------------------------- */
QProgressBar {
margin: 2px 0 0;
background: #404040;
color: #dadada;
background: #303030;
color: #BEC7BA;
border-top: 1px solid #191919 ;
border-bottom: 1px solid #3c3c3c ;
border-left: 1px solid #1d1e20 ;
Expand All @@ -946,7 +946,7 @@ QProgressBar::chunk {

QProgressBar:disabled {
background-color: #131418;
color: #4A956D;
color: #BEC7BA;
}

QProgressBar::chunk:disabled {
Expand Down
6 changes: 3 additions & 3 deletions src/stylesheet_ICEBERG.qss
Original file line number Diff line number Diff line change
Expand Up @@ -925,8 +925,8 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar
--------------------------------------------------------------------------- */
QProgressBar {
margin: 2px 0 0;
background: #404040;
color: #dadada;
background: #303030;
color: #C6C8D1;
border-top: 1px solid #191919 ;
border-bottom: 1px solid #3c3c3c ;
border-left: 1px solid #1d1e20 ;
Expand All @@ -946,7 +946,7 @@ QProgressBar::chunk {

QProgressBar:disabled {
background-color: #161821;
color: #9A9CA5;
color: #C6C8D1;
}

QProgressBar::chunk:disabled {
Expand Down
6 changes: 3 additions & 3 deletions src/stylesheet_Solarized.qss
Original file line number Diff line number Diff line change
Expand Up @@ -925,8 +925,8 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar
--------------------------------------------------------------------------- */
QProgressBar {
margin: 2px 0 0;
background: #404040;
color: #dadada;
background: #303030;
color: #839496;
border-top: 1px solid #191919 ;
border-bottom: 1px solid #3c3c3c ;
border-left: 1px solid #1d1e20 ;
Expand All @@ -946,7 +946,7 @@ QProgressBar::chunk {

QProgressBar:disabled {
background-color: #002B36;
color: #586E75;
color: #839496;
}

QProgressBar::chunk:disabled {
Expand Down
6 changes: 3 additions & 3 deletions src/stylesheet_ayuDark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -925,8 +925,8 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar
--------------------------------------------------------------------------- */
QProgressBar {
margin: 2px 0 0;
background: #404040;
color: #dadada;
background: #303030;
color: #B3B1AD;
border-top: 1px solid #191919 ;
border-bottom: 1px solid #3c3c3c ;
border-left: 1px solid #1d1e20 ;
Expand All @@ -946,7 +946,7 @@ QProgressBar::chunk {

QProgressBar:disabled {
background-color: #0A0E14;
color: #626A73;
color: #B3B1AD;
}

QProgressBar::chunk:disabled {
Expand Down

0 comments on commit 037bb56

Please sign in to comment.