summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/base.html
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-01-15 17:05:44 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-01-15 17:05:44 +0100
commitc5599e3c7c790ac2674b68f99919c0ec284327a3 (patch)
treede5f0d91028f99d9c01135a17affd40dba6db502 /searx/templates/oscar/base.html
parenta85be122751cc774c2d028aa10162b25081e6642 (diff)
parentde6064994ef4854ccfb960947398f7b0cd565030 (diff)
Merge pull request #174 from pointhi/nojs_fix
add no javascript support to oscar-template
Diffstat (limited to 'searx/templates/oscar/base.html')
-rw-r--r--searx/templates/oscar/base.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
index 466756b6f..42cd4e9a7 100644
--- a/searx/templates/oscar/base.html
+++ b/searx/templates/oscar/base.html
@@ -36,8 +36,10 @@
</script>
<noscript>
<style type="text/css">
- .tab-content > .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;}
</style>
</noscript>
</head>