mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Pull back existing styles and namespace them as the control variant.
This commit is contained in:
parent
c076d76c7d
commit
5c6d6f0e74
1 changed files with 15 additions and 0 deletions
|
@ -252,6 +252,21 @@
|
|||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
.sl_references_search_hint-varDefault {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
.sl_references_search_hint-varButton {
|
||||
position: absolute;
|
||||
bottom: -65px;
|
||||
|
|
Loading…
Reference in a new issue