slightly lighter, larger night mode scrollbar

This commit is contained in:
Damien Elmes 2020-01-26 10:39:53 +10:00
parent e4bbba4ec1
commit 0480879c11
2 changed files with 4 additions and 3 deletions

View File

@ -40,6 +40,7 @@ $night-flag4-bg: #3581a9;
$night-suspended-bg: #aaaa33;
$night-marked-bg: #77c;
/* night-mode specific colours */
$fusion-button-gradient-start: #363636;
$fusion-button-gradient-end: #404040;
$fusion-button-outline: #000;

View File

@ -31,15 +31,15 @@ body.nightMode::-webkit-scrollbar {
}
body.nightMode::-webkit-scrollbar:horizontal {
height: 8px;
height: 10px;
}
body.nightMode::-webkit-scrollbar:vertical {
width: 8px;
width: 10px;
}
body.nightMode::-webkit-scrollbar-thumb {
background: vars.$night-frame-bg;
background: vars.$fusion-button-hover-bg;
border-radius: 8px;
}