mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 23:16:13 -04:00
fix x-noscript style
This commit is contained in:
parent
9f182eced3
commit
b8411eb99b
2 changed files with 5 additions and 11 deletions
|
@ -330,16 +330,5 @@
|
||||||
<h1>Enable JavaScript</h1>
|
<h1>Enable JavaScript</h1>
|
||||||
<h3>PairDrop works only with JavaScript</h3>
|
<h3>PairDrop works only with JavaScript</h3>
|
||||||
</x-noscript>
|
</x-noscript>
|
||||||
<style>
|
|
||||||
x-noscript {
|
|
||||||
background: #599cfc;
|
|
||||||
color: white;
|
|
||||||
z-index: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
a[href="#info"] {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</noscript>
|
</noscript>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -147,6 +147,11 @@ hr {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
x-noscript {
|
||||||
|
background: var(--primary-color);
|
||||||
|
color: white;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Icons */
|
/* Icons */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue