client/css: add scrollbar styling

This commit is contained in:
Michael Serajnik 2017-12-18 19:06:24 +01:00 committed by rr-
parent 7596f9042c
commit a08c7d65da
2 changed files with 8 additions and 1 deletions

View file

@ -55,3 +55,5 @@ $hovered-first-note-point-color = red
$safety-safe = #88D488
$safety-sketchy = #F3D75F
$safety-unsafe = #F3985F
$scrollbar-thumb-color = $main-color
$scrollbar-bg-color = $input-enabled-background-color

View file

@ -238,7 +238,12 @@ a .access-key
margin-bottom: 0 !important
.table-wrap
overflow-x: scroll
overflow-x: auto
&::-webkit-scrollbar
height: 6px
background-color: $scrollbar-bg-color
&::-webkit-scrollbar-thumb
background-color: $scrollbar-thumb-color
/* hack to prevent text from being copied */
[data-pseudo-content]:before {