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