mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 04:38:04 -06:00
Display warning when Javascript is disabled
This commit is contained in:
8
src/webui/www/private/css/noscript.css
Normal file
8
src/webui/www/private/css/noscript.css
Normal file
@@ -0,0 +1,8 @@
|
||||
#desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#noscript {
|
||||
color: #f00;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user