mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Improve style of changed labels
This commit is contained in:
parent
6c77ee4861
commit
d81512f6d6
1 changed files with 8 additions and 3 deletions
|
@ -540,10 +540,15 @@ body.editor {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
right: 3px;
|
right: 3px;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
line-height: 12px;
|
line-height: 13px;
|
||||||
padding: 3px 6px;
|
padding: 2px 6px 3px;
|
||||||
|
background-color: hsl(100, 80%, 42%);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
text-shadow: none;
|
||||||
|
&:hover {
|
||||||
|
background-color: hsl(100, 80%, 35%)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue