mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Refine styles.
This commit is contained in:
parent
a5386dcdc7
commit
8542a08927
1 changed files with 5 additions and 1 deletions
|
@ -249,7 +249,7 @@
|
|||
.references-search-modal {
|
||||
.search-form {
|
||||
input {
|
||||
width: 85%;
|
||||
//width: 85%;
|
||||
}
|
||||
button {
|
||||
width: 14%;
|
||||
|
@ -264,6 +264,10 @@
|
|||
&:last-child {
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
border-left: 4px solid transparent;
|
||||
&.selected-search-result-hit {
|
||||
border-left: 4px solid @red;
|
||||
}
|
||||
.hit-title {
|
||||
font-size: 1.3em;
|
||||
font-style: italic;
|
||||
|
|
Loading…
Reference in a new issue