Skip to content

Commit

Permalink
JMetro: Change arrow pressed colors for ScrollBar
Browse files Browse the repository at this point in the history
  • Loading branch information
p-dukke committed Aug 4, 2018
1 parent 0d8138b commit c3fb01c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@

INC_DEC_BUTTON: #2a2d30;
INC_DEC_BUTTON_HOVER: #3c4145;
INC_DEC_BUTTON_PRESSED: #a9abad;
INC_DEC_BUTTON_PRESSED: #a8abac;

ARROW: white;
ARROW_PRESSED: #464647;
ARROW_PRESSED: #111;
}

.scroll-bar > .thumb{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
INC_DEC_BUTTON_PRESSED: #585a5c;

ARROW: #5a5a59;
ARROW_PRESSED: #dbdbdb;
ARROW_PRESSED: white;
}

.scroll-bar > .thumb{
Expand Down

0 comments on commit c3fb01c

Please sign in to comment.