1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #5720

TriKriSta (1):
      style: edit color for update available in dark theme (fix #5717)
This commit is contained in:
Anthony Bilinski 2019-06-24 15:54:09 -07:00
commit c524e52d86
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
2 changed files with 3 additions and 3 deletions

View File

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

View File

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