mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-06 08:23:57 +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%;
|
width: 14%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.alert-danger {
|
||||||
|
margin-top: 12px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
}
|
||||||
.search-results {
|
.search-results {
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
.no-results-message {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
.search-result-hit {
|
.search-result-hit {
|
||||||
|
&:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
@ -266,7 +276,9 @@
|
||||||
}
|
}
|
||||||
border-left: 4px solid transparent;
|
border-left: 4px solid transparent;
|
||||||
&.selected-search-result-hit {
|
&.selected-search-result-hit {
|
||||||
border-left: 4px solid @red;
|
//border-left: 4px solid @red;
|
||||||
|
background-color: @red;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
.hit-title {
|
.hit-title {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
|
|
Loading…
Reference in a new issue