mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add styles for the references search hint.
This commit is contained in:
parent
d76e5fdbf4
commit
020e1b9b34
1 changed files with 14 additions and 0 deletions
|
@ -252,6 +252,20 @@
|
|||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
.sl_references_search_hint {
|
||||
position: absolute;
|
||||
bottom: -22px;
|
||||
left: -1px;
|
||||
right: 0px;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
background: rgb(202, 214, 250);
|
||||
border: 1px solid lightgray;
|
||||
box-shadow: 3px 3px 5px rgba(0,0,0,.2);
|
||||
span {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
// -- References Search Modal --
|
||||
.references-search-modal-backdrop {
|
||||
// don't grey out the editor when the
|
||||
|
|
Loading…
Reference in a new issue