Skip to content

Commit

Permalink
style: edit color for update available in dark theme (fix qTox#5717)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriKriSta committed Jun 24, 2019
1 parent 033f28e commit 40e8a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/dark/tooliconsZone/tooliconsZone.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ QPushButton[update-available=true]

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

Expand Down
4 changes: 2 additions & 2 deletions themes/dark/window/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40e8a5c

Please sign in to comment.