mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] show text "Start search" instead of icon, if javascript is disabled
This commit is contained in:
parent
525833bea7
commit
de6064994e
3 changed files with 3 additions and 3 deletions
|
|
@ -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;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue