Skip to content

Commit

Permalink
style dark mode style settings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Neoperol authored and furszy committed Sep 6, 2019
1 parent d031f68 commit ac865b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/pivx/res/css/style_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@ QPushButton[cssClass="btn-settings-check"] {
}

QPushButton[cssClass="btn-settings-check"]:checked {
background-image: url("://ic-arrow-drop-up");
background-image: url("://ic-arrow-drop-up-white");
background-position:right center;
background-repeat:no-repeat;
background-color:#0f0b16;
Expand Down

0 comments on commit ac865b1

Please sign in to comment.