Browse Source

Merge pull request #5720

TriKriSta (1):
      style: edit color for update available in dark theme (fix #5717)
reviewable/pr5721/r2
Anthony Bilinski 6 years ago
parent
commit
c524e52d86
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      themes/dark/tooliconsZone/tooliconsZone.css
  2. 4
      themes/dark/window/general.css

2
themes/dark/tooliconsZone/tooliconsZone.css

@ -6,7 +6,7 @@ QPushButton[update-available=true] @@ -6,7 +6,7 @@ QPushButton[update-available=true]
QPushButton:hover[update-available=true]
{
background-color: #2b9e1c;
background-color: #19780b;
border: none;
}

4
themes/dark/window/general.css

@ -165,12 +165,12 @@ QScrollBar:vertical @@ -165,12 +165,12 @@ QScrollBar:vertical
/* using last is a bit of a hack, but QTabBar otherwise doesn't allow selecting single tabs */
QTabBar::tab:last:!selected[update-available=true]
{
background-color: #80c580;
background-color: #115508;
}
QPushButton#updateAvailableButton
{
background-color: #21da21;
background-color: #115508;
}
QScrollBar::handle:vertical

Loading…
Cancel
Save