From 549930b48ce27f344b49385465af0df08abccbcf Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Sun, 29 May 2016 14:14:58 +0900 Subject: [PATCH] Enhance Tag style --- browser/main/Detail/TagSelect.styl | 18 +++++++++--------- browser/main/NoteList/NoteList.styl | 9 ++++++--- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl index 2b82d459..10e7285e 100644 --- a/browser/main/Detail/TagSelect.styl +++ b/browser/main/Detail/TagSelect.styl @@ -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 diff --git a/browser/main/NoteList/NoteList.styl b/browser/main/NoteList/NoteList.styl index dec5da35..85dacef2 100644 --- a/browser/main/NoteList/NoteList.styl +++ b/browser/main/NoteList/NoteList.styl @@ -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