mirror of
https://github.com/searxng/searxng.git
synced 2026-09-15 02:36:05 +00:00
[mod] simple: apply nojs via stylesheet
This commit is contained in:
9
client/simple/src/less/noscript.less
Normal file
9
client/simple/src/less/noscript.less
Normal file
@@ -0,0 +1,9 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
.hide_if_nojs {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.show_if_nojs {
|
||||
display: inline !important;
|
||||
}
|
||||
Reference in New Issue
Block a user