From 51bb55adc9830922c5ed86ff22dac02a8d3c877e Mon Sep 17 00:00:00 2001 From: Giovane Date: Fri, 23 Oct 2015 15:46:06 -0200 Subject: Change delete address token color. --- web-ui/app/scss/_mixins.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web-ui/app/scss/_mixins.scss') diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index ba0ab525..cb4a24e2 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -245,6 +245,7 @@ .recipient-del { position: relative; + color: #aaa; &:before { margin-left: 0.4em; @@ -254,7 +255,7 @@ } &.deleteTooltip:hover:after { position: absolute; - content: "click to remove"; + content: "Click to remove"; font-size: 0.5rem; @include tooltip(25px, 0px); } -- cgit v1.2.3