1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-04 04:29:19 +00:00

Values are now saved

This commit is contained in:
gregueiras
2018-11-26 22:00:02 +00:00
parent aa38b1f859
commit 1d21bb1ea3
2 changed files with 86 additions and 14 deletions

View File

@@ -17,7 +17,9 @@
span first-child
margin-top 18px
padding-right 10px
padding-left 10px
position relative
background $ui-backgroundColor
div[id^="secondRow"]
position absolute;
@@ -70,7 +72,9 @@ div[id^="firstRow"]
font-weight: normal
box-sizing: border-box
border: none
margin-bottom: -15px
margin-bottom: -5px
margin-top: -10px
width: 0px
margin-left: 0px
left: attr(value)
color: $ui-text-color
@@ -248,12 +252,10 @@ body[data-theme="dark"]
select, .group-section-control-input
colorDarkControl()
.box-minmax
colorDarkControl()
.rs-range
.box-minmax, .rs-range, .rs-label
colorDarkControl()
body[data-theme="solarized-dark"]
.root
color $ui-solarized-dark-text-color
@@ -280,6 +282,8 @@ body[data-theme="solarized-dark"]
.group-section-control
select, .group-section-control-input
colorSolarizedDarkControl()
.box-minmax, .rs-range, .rs-label
colorSolarizedDarkControl()
body[data-theme="monokai"]
.root
@@ -307,6 +311,8 @@ body[data-theme="monokai"]
.group-section-control
select, .group-section-control-input
colorMonokaiControl()
.box-minmax, .rs-range, .rs-label
colorMonokaiControl()
body[data-theme="dracula"]
.root
@@ -333,4 +339,6 @@ body[data-theme="dracula"]
colorDraculaControl()
.group-section-control
select, .group-section-control-input
colorDraculaControl()
colorDraculaControl()
.box-minmax, .rs-range, .rs-label
colorDraculaControl()