summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/search.less
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/simple/src/less/search.less')
-rw-r--r--searx/static/themes/simple/src/less/search.less14
1 files changed, 7 insertions, 7 deletions
diff --git a/searx/static/themes/simple/src/less/search.less b/searx/static/themes/simple/src/less/search.less
index 88e033d65..ec67b9f1c 100644
--- a/searx/static/themes/simple/src/less/search.less
+++ b/searx/static/themes/simple/src/less/search.less
@@ -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;
}