mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 02:36:36 +00:00
modfiy: fix style for sort button
This commit is contained in:
@@ -5,20 +5,21 @@
|
|||||||
.control
|
.control
|
||||||
absolute top left right
|
absolute top left right
|
||||||
user-select none
|
user-select none
|
||||||
height 25px
|
height 30px
|
||||||
font-size 10px
|
font-size 12px
|
||||||
border-bottom $ui-border
|
|
||||||
line-height 25px
|
line-height 25px
|
||||||
display flex
|
display flex
|
||||||
background-color $ui-backgroundColor
|
background-color $ui-noteList-backgroundColor
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
|
||||||
.control-sortBy
|
.control-sortBy
|
||||||
flex 1
|
flex 1
|
||||||
padding-left 5px
|
padding-left 25px
|
||||||
|
|
||||||
.control-sortBy-select
|
.control-sortBy-select
|
||||||
margin-left 5px
|
margin-left 0
|
||||||
|
font-size 12px
|
||||||
|
color $ui-inactive-text-color
|
||||||
padding 0
|
padding 0
|
||||||
border none
|
border none
|
||||||
background-color transparent
|
background-color transparent
|
||||||
@@ -212,7 +213,7 @@ body[data-theme="dark"]
|
|||||||
vertical-align middle
|
vertical-align middle
|
||||||
|
|
||||||
.control
|
.control
|
||||||
background-color $ui-dark-backgroundColor
|
background-color $ui-dark-noteList-backgroundColor
|
||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
.control-sortBy-select
|
.control-sortBy-select
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
|
|||||||
Reference in New Issue
Block a user