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

style: edit color for update available in dark theme (fix #5717)

This commit is contained in:
TriKriSta 2019-06-24 12:10:11 +03:00
parent 033f28e67e
commit 40e8a5cfbb
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