Merge pull request #2470 from matrix-org/bwindels/css-scrollbars
Make native scrollbars prettier
This commit is contained in:
commit
cc2b6f9524
5 changed files with 27 additions and 3 deletions
|
@ -83,7 +83,9 @@ $field-focused-label-bg-color: #ffffff;
|
|||
// used for UserSettings EditableText
|
||||
$input-underline-color: rgba(151, 151, 151, 0.5);
|
||||
$input-fg-color: rgba(74, 74, 74, 0.9);
|
||||
|
||||
// scrollbars
|
||||
$scrollbar-thumb-color: rgba(0, 0, 0, 0.2);
|
||||
$scrollbar-track-color: transparent;
|
||||
// context menus
|
||||
$menu-border-color: rgba(187, 187, 187, 0.5);
|
||||
$menu-bg-color: #f6f6f6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue