mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[stylelint] simple theme: fix some errors reported by stylelint
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
14b09c15c4
commit
0b7d03c694
4 changed files with 16 additions and 29 deletions
|
|
@ -54,11 +54,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
#q::-ms-clear,
|
||||
#q::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#q,
|
||||
#send_search {
|
||||
display: block !important;
|
||||
|
|
@ -84,6 +79,11 @@
|
|||
width: @search-width;
|
||||
}
|
||||
|
||||
#q::-ms-clear,
|
||||
#q::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#send_search {
|
||||
border-left: none;
|
||||
width: 2.2em;
|
||||
|
|
@ -110,8 +110,8 @@
|
|||
clear: both;
|
||||
|
||||
.checkbox_container {
|
||||
margin-top: 2px;
|
||||
margin: auto;
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
opacity: 0;
|
||||
transition: opacity 1s ease;
|
||||
font-size: 0.8em;
|
||||
text-position: center;
|
||||
text-align: center;
|
||||
background: white;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue