mirror of
https://github.com/BoostIo/Boostnote
synced 2026-06-04 13:43:25 +00:00
Fixed default theme thumb background
This commit is contained in:
@@ -73,11 +73,11 @@ div[id^="firstRow"]
|
|||||||
height: 32px
|
height: 32px
|
||||||
width: 32px
|
width: 32px
|
||||||
border-radius: 22px
|
border-radius: 22px
|
||||||
background: $ui-text-color
|
background: white
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
-webkit-appearance: none
|
-webkit-appearance: none
|
||||||
margin-top: -20px
|
margin-top: -20px
|
||||||
border-color: $ui-text-color
|
border-color: $ui-default-button-backgroundColor
|
||||||
height 32px
|
height 32px
|
||||||
border-top-left-radius: 10%
|
border-top-left-radius: 10%
|
||||||
border-top-right-radius: 10%
|
border-top-right-radius: 10%
|
||||||
@@ -276,6 +276,8 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.box-minmax, .rs-range, .rs-label
|
.box-minmax, .rs-range, .rs-label
|
||||||
colorDarkControl()
|
colorDarkControl()
|
||||||
|
.rs-label
|
||||||
|
background none
|
||||||
.rs-range
|
.rs-range
|
||||||
&::-webkit-slider-thumb
|
&::-webkit-slider-thumb
|
||||||
colorDarkControl()
|
colorDarkControl()
|
||||||
@@ -309,6 +311,8 @@ body[data-theme="solarized-dark"]
|
|||||||
colorSolarizedDarkControl()
|
colorSolarizedDarkControl()
|
||||||
.box-minmax, .rs-range, .rs-label
|
.box-minmax, .rs-range, .rs-label
|
||||||
colorSolarizedDarkControl()
|
colorSolarizedDarkControl()
|
||||||
|
.rs-label
|
||||||
|
background none
|
||||||
.rs-range
|
.rs-range
|
||||||
&::-webkit-slider-thumb
|
&::-webkit-slider-thumb
|
||||||
colorSolarizedDarkControl()
|
colorSolarizedDarkControl()
|
||||||
@@ -342,6 +346,8 @@ body[data-theme="monokai"]
|
|||||||
colorMonokaiControl()
|
colorMonokaiControl()
|
||||||
.box-minmax, .rs-range, .rs-label
|
.box-minmax, .rs-range, .rs-label
|
||||||
colorMonokaiControl()
|
colorMonokaiControl()
|
||||||
|
.rs-label
|
||||||
|
background none
|
||||||
.rs-range
|
.rs-range
|
||||||
&::-webkit-slider-thumb
|
&::-webkit-slider-thumb
|
||||||
colorMonokaiControl()
|
colorMonokaiControl()
|
||||||
@@ -375,6 +381,8 @@ body[data-theme="dracula"]
|
|||||||
colorDraculaControl()
|
colorDraculaControl()
|
||||||
.box-minmax, .rs-range, .rs-label
|
.box-minmax, .rs-range, .rs-label
|
||||||
colorDraculaControl()
|
colorDraculaControl()
|
||||||
|
.rs-label
|
||||||
|
background none
|
||||||
.rs-range
|
.rs-range
|
||||||
&::-webkit-slider-thumb
|
&::-webkit-slider-thumb
|
||||||
colorDraculaControl()
|
colorDraculaControl()
|
||||||
|
|||||||
Reference in New Issue
Block a user