mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Clean up and add comments to references-search styles.
This commit is contained in:
parent
d94e3181c3
commit
8384433231
1 changed files with 6 additions and 4 deletions
|
@ -243,10 +243,14 @@
|
|||
margin-bottom:0px;
|
||||
}
|
||||
|
||||
// -- References Search Modal --
|
||||
.references-search-modal-backdrop {
|
||||
// don't grey out the editor when the
|
||||
// modal is active
|
||||
background-color: transparent;
|
||||
}
|
||||
.references-search-modal {
|
||||
// upgrade prompt
|
||||
.references-search-upgrade-prompt {
|
||||
padding: 24px;
|
||||
padding-bottom: 48px;
|
||||
|
@ -276,9 +280,7 @@
|
|||
}
|
||||
}
|
||||
.search-form {
|
||||
input {
|
||||
//width: 85%;
|
||||
}
|
||||
// position the spinner inside the input element
|
||||
i.fa-spinner {
|
||||
margin-top: -30px;
|
||||
}
|
||||
|
@ -287,6 +289,7 @@
|
|||
margin-top: 12px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
// search result items list
|
||||
.search-results {
|
||||
margin-top: 14px;
|
||||
font-size: 12px;
|
||||
|
@ -304,7 +307,6 @@
|
|||
}
|
||||
border-left: 4px solid transparent;
|
||||
&.selected-search-result-hit {
|
||||
//border-left: 4px solid @red;
|
||||
background-color: @red;
|
||||
color: white;
|
||||
.hit-year.small {
|
||||
|
|
Loading…
Reference in a new issue