From 686bc4923057e4b9a1d950aecad44eed585aa618 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Wed, 21 Dec 2016 17:57:02 +0900 Subject: [PATCH] modify: change color for adding tag button --- browser/main/Detail/TagSelect.styl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/browser/main/Detail/TagSelect.styl b/browser/main/Detail/TagSelect.styl index e405fdb0..7aa8917c 100644 --- a/browser/main/Detail/TagSelect.styl +++ b/browser/main/Detail/TagSelect.styl @@ -59,6 +59,21 @@ $ui-dark-theme-tag-bg = rgba(255, 255, 255, 0.3) &:disabled background-color $ui-input--disabled-backgroundColor = #DDD +.add-tag-button + display inline + margin-left 5px + width 20px + height 20px + border none + border-radius 20px + padding 0 + color #FFFFFF + &:hover + background-color rgba(0, 0, 0, 0.3) + &:active, &:active:hover + background-color rgba(0, 0, 0, 0.5) + color $ui-button--active-color + body[data-theme="dark"] .icon color $ui-dark-button-color @@ -82,3 +97,10 @@ body[data-theme="dark"] border-color $ui-input--focus-borderColor = #369DCD &:disabled background-color $ui-input--disabled-backgroundColor = #DDD + + .add-tag-button + &:hover + background-color rgba(255, 255, 255, 0.3) + &:active, &:active:hover + background-color rgba(255, 255, 255, 0.5) + color $ui-button--active-color