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%) + } } }