mirror of
https://github.com/searxng/searxng.git
synced 2026-05-28 13:50:13 +02:00
[stylelint] simple theme: fix some errors reported by stylelint
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user