Add noscript message
parent
459b1a4a1a
commit
f2085ec0f2
|
@ -47,4 +47,11 @@ input {
|
||||||
|
|
||||||
#logout-button {
|
#logout-button {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#noscript-message {
|
||||||
|
background-color: lightcoral;
|
||||||
|
padding: 1em;
|
||||||
|
margin-bottom: 3em;
|
||||||
|
border-radius: .25em;
|
||||||
}
|
}
|
|
@ -7,6 +7,8 @@ html
|
||||||
block stylesheets
|
block stylesheets
|
||||||
body
|
body
|
||||||
div#mobile-view
|
div#mobile-view
|
||||||
|
noscript
|
||||||
|
span#noscript-message Please enable JavaScript to run this app.
|
||||||
div#actions-div
|
div#actions-div
|
||||||
if !hideHomeButton
|
if !hideHomeButton
|
||||||
button#home-button Home
|
button#home-button Home
|
||||||
|
|
Reference in New Issue