mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Enhance Tag style
This commit is contained in:
@@ -9,12 +9,16 @@
|
||||
line-height 40px
|
||||
vertical-align top
|
||||
text-align center
|
||||
color $ui-button-color
|
||||
|
||||
.tag
|
||||
display inline-block
|
||||
margin 0 2px
|
||||
vertical-align middle
|
||||
height 20px
|
||||
background-color white
|
||||
border-radius 3px
|
||||
overflow hidden
|
||||
clearfix()
|
||||
|
||||
.tag-removeButton
|
||||
@@ -23,9 +27,9 @@
|
||||
width 18px
|
||||
margin 0
|
||||
padding 0
|
||||
border $ui-border
|
||||
border-top-left-radius 5px
|
||||
border-bottom-left-radius 5px
|
||||
border-style solid
|
||||
border-color $ui-borderColor
|
||||
border-width 0 0 0 3px
|
||||
line-height 18px
|
||||
background-color transparent
|
||||
color $ui-button-color
|
||||
@@ -41,13 +45,9 @@
|
||||
.tag-label
|
||||
float left
|
||||
height 20px
|
||||
line-height 18px
|
||||
border-top $ui-border
|
||||
border-right $ui-border
|
||||
border-bottom $ui-border
|
||||
border-top-right-radius 5px
|
||||
border-bottom-right-radius 5px
|
||||
line-height 20px
|
||||
padding 0 6px
|
||||
color $ui-button-color
|
||||
|
||||
.newTag
|
||||
display inline-block
|
||||
|
||||
@@ -60,13 +60,16 @@
|
||||
color $ui-button-color
|
||||
|
||||
.item-tagList-item
|
||||
margin 2px
|
||||
margin 0 4px
|
||||
padding 0 4px
|
||||
height 20px
|
||||
border-radius 5px
|
||||
border-radius 3px
|
||||
vertical-align middle
|
||||
border $ui-border
|
||||
border-style solid
|
||||
border-color $ui-borderColor
|
||||
border-width 0 0 0 3px
|
||||
color $ui-button-color
|
||||
background-color $ui-backgroundColor
|
||||
|
||||
.item-tagList-empty
|
||||
color $ui-inactive-text-color
|
||||
|
||||
Reference in New Issue
Block a user