diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-01-15 15:55:39 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-01-15 15:55:39 +0100 |
| commit | 525833bea7ea41f4794899dc0e8f6b3d05e21a85 (patch) | |
| tree | 64f2492cec894795bdfb6bb78962f6e1abb11df6 /searx/templates/oscar/base.html | |
| parent | 5bfaabeb6bb50844fd7389770eb5c8a64e63f13e (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.html | 1 |
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> |