mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Highlight info cell.
This commit is contained in:
parent
fcfdabd279
commit
49f603922b
1 changed files with 9 additions and 5 deletions
|
@ -254,16 +254,20 @@
|
|||
|
||||
.sl_references_search_hint {
|
||||
position: absolute;
|
||||
bottom: -22px;
|
||||
bottom: -33px;
|
||||
left: -1px;
|
||||
right: 0px;
|
||||
padding: 7px 2px;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
background: rgb(202, 214, 250);
|
||||
border: 1px solid lightgray;
|
||||
background: @state-info-text;
|
||||
color: @state-info-bg;
|
||||
box-shadow: 3px 3px 5px rgba(0,0,0,.2);
|
||||
font-family: @font-family-sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
|
||||
span {
|
||||
color: black;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
// -- References Search Modal --
|
||||
|
|
Loading…
Reference in a new issue