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:
parent
033f28e67e
commit
40e8a5cfbb
|
@ -6,7 +6,7 @@ QPushButton[update-available=true]
|
|||
|
||||
QPushButton:hover[update-available=true]
|
||||
{
|
||||
background-color: #2b9e1c;
|
||||
background-color: #19780b;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue
Block a user