Skip to content

Commit

Permalink
fix scrollbar theme
Browse files Browse the repository at this point in the history
(so tables look nicer when too large for template)
  • Loading branch information
Dave Conway-Jones committed Sep 9, 2019
1 parent 33aa1bf commit d5e4a3e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 4 additions & 2 deletions dist/css/app.min.less
Original file line number Diff line number Diff line change
Expand Up @@ -666,13 +666,15 @@ md-select-menu md-option:focus:not([disabled]):not([selected]) {
::-webkit-scrollbar {
height: 12px;
width: 12px;
background: @widgetBackgroundColor;
}
::-webkit-scrollbar-thumb {
background: @baseColor;
background-color: @baseColor;
-webkit-border-radius: 1ex;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-track {
background-color: @pageBackgroundColor;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion dist/dashboard.appcache
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ fonts/weather-icons-lite.woff2
NETWORK:
*

# hash: 98bfca7ad9a324dfb3f7a8aef3c24327785ea047f19f72f94b8051945dfc5593
# hash: 54be45cff4bc46a00bd2906f23ecb749ab9b62724604a701ac8f844eaf372081
Loading

0 comments on commit d5e4a3e

Please sign in to comment.