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