summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/base.html
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-15 15:55:39 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2015-01-15 15:55:39 +0100
commit525833bea7ea41f4794899dc0e8f6b3d05e21a85 (patch)
tree64f2492cec894795bdfb6bb78962f6e1abb11df6 /searx/templates/oscar/base.html
parent5bfaabeb6bb50844fd7389770eb5c8a64e63f13e (diff)
[enh] disable js-based links if no js is available
Diffstat (limited to 'searx/templates/oscar/base.html')
-rw-r--r--searx/templates/oscar/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
index c0393a66d..bddeecb64 100644
--- a/searx/templates/oscar/base.html
+++ b/searx/templates/oscar/base.html
@@ -39,6 +39,7 @@
.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;}
+ .disabled_if_nojs {pointer-events: none; cursor: default; text-decoration: line-through;}
</style>
</noscript>
</head>