mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[enh] add nojs support into oscar-template
This commit is contained in:
parent
410dbc573b
commit
5bfaabeb6b
6 changed files with 39 additions and 13 deletions
|
@ -36,7 +36,8 @@
|
|||
</script>
|
||||
<noscript>
|
||||
<style type="text/css">
|
||||
.tab-content > .active_if_nojs {display: block;}
|
||||
.tab-content > .active_if_nojs, .active_if_nojs {display: block;}
|
||||
.margin_top_if_nojs {margin-top: 20px;}
|
||||
.hide_if_nojs {display: none !important;overflow:none !important;}
|
||||
</style>
|
||||
</noscript>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue