mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 20:04:14 -04:00
Move the noscript warning to top of page and make it appear less of an error, per more recommendations (and with supplied svg) from @ninavizz
This commit is contained in:
parent
18962ab41a
commit
db6ba60973
2 changed files with 23 additions and 18 deletions
|
@ -224,17 +224,21 @@ li.info {
|
|||
}
|
||||
|
||||
div#noscript {
|
||||
border: 1px solid #e55454;
|
||||
text-align: center;
|
||||
color: #e55454;
|
||||
color: #d709df;
|
||||
padding: 1em;
|
||||
line-height: 150%;
|
||||
max-width: 500px;
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
div#noscript a, div#noscript a:visited {
|
||||
color: #e27f7f;
|
||||
color: #d709df;
|
||||
}
|
||||
|
||||
div#noscript svg {
|
||||
fill: #d709df;
|
||||
max-width: 30px;
|
||||
}
|
||||
|
||||
.disable-noscript-xss-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue