1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-20 13:11:44 +00:00

use lighter color for scroll bar

This commit is contained in:
Junyoung Choi
2018-07-06 22:07:06 +09:00
parent 31f1ebe801
commit 7bfb094a40
2 changed files with 32 additions and 4 deletions

View File

@@ -19,8 +19,7 @@ body
width 12px
::-webkit-scrollbar-thumb
box-shadow inset 0 0 6px rgba(0, 0, 0, 0.3)
background-color rgba(0, 0, 0, 0.3)
background-color rgba(0, 0, 0, 0.15)
button, input, select, textarea
font-family DEFAULT_FONTS
@@ -95,6 +94,8 @@ modalBackColor = white
body[data-theme="dark"]
::-webkit-scrollbar-thumb
background-color rgba(0, 0, 0, 0.3)
.ModalBase
.modalBack
background-color $ui-dark-backgroundColor
@@ -135,6 +136,8 @@ body[data-theme="dark"]
z-index modalZIndex + 5
body[data-theme="solarized-dark"]
::-webkit-scrollbar-thumb
background-color rgba(0, 0, 0, 0.3)
.ModalBase
.modalBack
background-color $ui-solarized-dark-backgroundColor
@@ -142,6 +145,8 @@ body[data-theme="solarized-dark"]
color: $ui-solarized-dark-text-color
body[data-theme="monokai"]
::-webkit-scrollbar-thumb
background-color rgba(0, 0, 0, 0.3)
.ModalBase
.modalBack
background-color $ui-monokai-backgroundColor