summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/base.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-15 16:03:30 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-15 16:03:30 +0100
commitde6064994ef4854ccfb960947398f7b0cd565030 (patch)
tree352bee4d75db2c10eadd5a7a108e9f06fb3b7346 /searx/templates/oscar/base.html
parent525833bea7ea41f4794899dc0e8f6b3d05e21a85 (diff)
[enh] show text "Start search" instead of icon, if javascript is disabled
Diffstat (limited to 'searx/templates/oscar/base.html')
-rw-r--r--searx/templates/oscar/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
index bddeecb64..42cd4e9a7 100644
--- a/searx/templates/oscar/base.html
+++ b/searx/templates/oscar/base.html
@@ -36,7 +36,7 @@
</script>
<noscript>
<style type="text/css">
- .tab-content > .active_if_nojs, .active_if_nojs {display: block;}
+ .tab-content > .active_if_nojs, .active_if_nojs {display: block !important; visibility: visible !important;}
.margin_top_if_nojs {margin-top: 20px;}
.hide_if_nojs {display: none !important;overflow:none !important;}
.disabled_if_nojs {pointer-events: none; cursor: default; text-decoration: line-through;}