mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
slightly lighter, larger night mode scrollbar
This commit is contained in:
parent
e4bbba4ec1
commit
0480879c11
2 changed files with 4 additions and 3 deletions
|
@ -40,6 +40,7 @@ $night-flag4-bg: #3581a9;
|
||||||
$night-suspended-bg: #aaaa33;
|
$night-suspended-bg: #aaaa33;
|
||||||
$night-marked-bg: #77c;
|
$night-marked-bg: #77c;
|
||||||
|
|
||||||
|
/* night-mode specific colours */
|
||||||
$fusion-button-gradient-start: #363636;
|
$fusion-button-gradient-start: #363636;
|
||||||
$fusion-button-gradient-end: #404040;
|
$fusion-button-gradient-end: #404040;
|
||||||
$fusion-button-outline: #000;
|
$fusion-button-outline: #000;
|
||||||
|
|
|
@ -31,15 +31,15 @@ body.nightMode::-webkit-scrollbar {
|
||||||
}
|
}
|
||||||
|
|
||||||
body.nightMode::-webkit-scrollbar:horizontal {
|
body.nightMode::-webkit-scrollbar:horizontal {
|
||||||
height: 8px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.nightMode::-webkit-scrollbar:vertical {
|
body.nightMode::-webkit-scrollbar:vertical {
|
||||||
width: 8px;
|
width: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.nightMode::-webkit-scrollbar-thumb {
|
body.nightMode::-webkit-scrollbar-thumb {
|
||||||
background: vars.$night-frame-bg;
|
background: vars.$fusion-button-hover-bg;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue