mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Make info cell a button container.
This commit is contained in:
parent
49f603922b
commit
2d3aa02eed
1 changed files with 4 additions and 8 deletions
|
@ -254,21 +254,17 @@
|
||||||
|
|
||||||
.sl_references_search_hint {
|
.sl_references_search_hint {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: -33px;
|
bottom: -67px;
|
||||||
left: -1px;
|
left: -1px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
padding: 7px 2px;
|
padding: 0 6px 6px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: @state-info-text;
|
background: #fbfbfb;
|
||||||
color: @state-info-bg;
|
color: #FFF;
|
||||||
box-shadow: 3px 3px 5px rgba(0,0,0,.2);
|
box-shadow: 3px 3px 5px rgba(0,0,0,.2);
|
||||||
font-family: @font-family-sans-serif;
|
font-family: @font-family-sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
span {
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// -- References Search Modal --
|
// -- References Search Modal --
|
||||||
.references-search-modal-backdrop {
|
.references-search-modal-backdrop {
|
||||||
|
|
Loading…
Reference in a new issue