1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
j 2018-11-12 07:12:58 +01:00
commit ad7e833519
3 changed files with 10 additions and 1 deletions

View file

@ -2275,6 +2275,11 @@ Scrollbars
border-radius: 8px;
}
body {
scrollbar-width: thin;
scrollbar-width: 8px;
}
/*
================================================================================
SourceViewer

View file

@ -1188,6 +1188,10 @@ Scrollbars
background: -webkit-linear-gradient(left, $buttonActiveGradient);
}
body.$themeClass {
scrollbar-color: $bodyBorder $bodyBackground;
}
/*
================================================================================
SourceViewer