1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

modfiy: fix style for sort button

This commit is contained in:
sota1235
2016-12-22 15:36:45 +09:00
parent ea1d76f853
commit 5a01f39dc7

View File

@@ -5,20 +5,21 @@
.control
absolute top left right
user-select none
height 25px
font-size 10px
border-bottom $ui-border
height 30px
font-size 12px
line-height 25px
display flex
background-color $ui-backgroundColor
background-color $ui-noteList-backgroundColor
color $ui-inactive-text-color
.control-sortBy
flex 1
padding-left 5px
padding-left 25px
.control-sortBy-select
margin-left 5px
margin-left 0
font-size 12px
color $ui-inactive-text-color
padding 0
border none
background-color transparent
@@ -212,7 +213,7 @@ body[data-theme="dark"]
vertical-align middle
.control
background-color $ui-dark-backgroundColor
background-color $ui-dark-noteList-backgroundColor
border-color $ui-dark-borderColor
.control-sortBy-select
color $ui-dark-text-color