From d81512f6d680d24c2f14536173d5b86b3e5bd804 Mon Sep 17 00:00:00 2001 From: James Allen Date: Thu, 27 Mar 2014 13:02:34 +0000 Subject: [PATCH] Improve style of changed labels --- services/web/public/stylesheets/less/editor.less | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/services/web/public/stylesheets/less/editor.less b/services/web/public/stylesheets/less/editor.less index a25e435448..2235de881f 100644 --- a/services/web/public/stylesheets/less/editor.less +++ b/services/web/public/stylesheets/less/editor.less @@ -540,10 +540,15 @@ body.editor { position: absolute; top: 3px; right: 3px; - font-size: 12px; - line-height: 12px; - padding: 3px 6px; + font-size: 13px; + line-height: 13px; + padding: 2px 6px 3px; + background-color: hsl(100, 80%, 42%); font-weight: normal; + text-shadow: none; + &:hover { + background-color: hsl(100, 80%, 35%) + } } }