Improve style of changed labels

This commit is contained in:
James Allen 2014-03-27 13:02:34 +00:00
parent 6c77ee4861
commit d81512f6d6

View file

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