Improved scrollbar

This commit is contained in:
2021-11-20 13:06:16 +09:00
parent 1c21184e7b
commit fb2dc7b58d
3 changed files with 23 additions and 11 deletions

View File

@ -42,6 +42,12 @@ ui-hover-border = 1px solid ui-hover-border-color
ui-disabled-color = rgb(224, 224, 224)
const ui-element-border-radius = 3px
// Scrollbar
scrollbar-size = 10px
scrollbar-border-size = 2px
scrollbar-thumb-color = hsla(text-color-h, text-color-s, text-color-l, 0.75)
scrollbar-track-color = transparent
// Input
input-height = 2.5rem
input-focus-border-color = rgb(248, 165, 130)