Skip to content

Commit

Permalink
[QT] Arrow Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Jul 6, 2019
1 parent 06bde1c commit 4336a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/res/css/default.css
Expand Up @@ -426,14 +426,14 @@ QAbstractSpinBox {

QAbstractSpinBox:!focus {
color: #B6A27E;
background-color: #e7e7e7;
background-color: #424E5B;
}

QAbstractSpinBox::up-button {
subcontrol-origin: border;
subcontrol-position: top right;
width: 21px;
background: #e7e7e7;
background: #29333D;
/* Remove this to get 3D rendered buttons */
padding-right: 1px;
padding-left: 5px;
Expand Down

0 comments on commit 4336a7a

Please sign in to comment.