mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-18 20:21:44 +00:00
modify: change color for adding tag button
This commit is contained in:
@@ -59,6 +59,21 @@ $ui-dark-theme-tag-bg = rgba(255, 255, 255, 0.3)
|
|||||||
&:disabled
|
&:disabled
|
||||||
background-color $ui-input--disabled-backgroundColor = #DDD
|
background-color $ui-input--disabled-backgroundColor = #DDD
|
||||||
|
|
||||||
|
.add-tag-button
|
||||||
|
display inline
|
||||||
|
margin-left 5px
|
||||||
|
width 20px
|
||||||
|
height 20px
|
||||||
|
border none
|
||||||
|
border-radius 20px
|
||||||
|
padding 0
|
||||||
|
color #FFFFFF
|
||||||
|
&:hover
|
||||||
|
background-color rgba(0, 0, 0, 0.3)
|
||||||
|
&:active, &:active:hover
|
||||||
|
background-color rgba(0, 0, 0, 0.5)
|
||||||
|
color $ui-button--active-color
|
||||||
|
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.icon
|
.icon
|
||||||
color $ui-dark-button-color
|
color $ui-dark-button-color
|
||||||
@@ -82,3 +97,10 @@ body[data-theme="dark"]
|
|||||||
border-color $ui-input--focus-borderColor = #369DCD
|
border-color $ui-input--focus-borderColor = #369DCD
|
||||||
&:disabled
|
&:disabled
|
||||||
background-color $ui-input--disabled-backgroundColor = #DDD
|
background-color $ui-input--disabled-backgroundColor = #DDD
|
||||||
|
|
||||||
|
.add-tag-button
|
||||||
|
&:hover
|
||||||
|
background-color rgba(255, 255, 255, 0.3)
|
||||||
|
&:active, &:active:hover
|
||||||
|
background-color rgba(255, 255, 255, 0.5)
|
||||||
|
color $ui-button--active-color
|
||||||
|
|||||||
Reference in New Issue
Block a user