mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-06 08:31:45 +00:00
update styles for search modal.
This commit is contained in:
parent
8542a08927
commit
2901d12eaa
1 changed files with 13 additions and 1 deletions
|
@ -255,10 +255,20 @@
|
|||
width: 14%;
|
||||
}
|
||||
}
|
||||
.alert-danger {
|
||||
margin-top: 12px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.search-results {
|
||||
margin-top: 14px;
|
||||
font-size: 12px;
|
||||
.no-results-message {
|
||||
font-size: 16px;
|
||||
}
|
||||
.search-result-hit {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
&:last-child {
|
||||
|
@ -266,7 +276,9 @@
|
|||
}
|
||||
border-left: 4px solid transparent;
|
||||
&.selected-search-result-hit {
|
||||
border-left: 4px solid @red;
|
||||
//border-left: 4px solid @red;
|
||||
background-color: @red;
|
||||
color: white;
|
||||
}
|
||||
.hit-title {
|
||||
font-size: 1.3em;
|
||||
|
|
Loading…
Reference in a new issue