Skip to content

Commit

Permalink
update light toobar to match (dashpay#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
createawesome authored Jul 7, 2021
1 parent ed66e9d commit dbdfffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qt/res/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ QToolBar {

QToolBar > QToolButton {
background-color: #31353c;
color: #000000;
color: #c1c2c4;
}

QToolBar > QToolButton:hover:!checked {
Expand All @@ -661,12 +661,12 @@ QToolBar > QToolButton:hover:!checked {
}

QToolBar > QToolButton:checked {
background-color: #11161d;
background-color: #11161D;
color: #ff005b;
}

QToolBar > QToolButton:disabled {
color: #31353c;
color: #4a4a4b;
}

/******************************************************
Expand Down

0 comments on commit dbdfffd

Please sign in to comment.