mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Popup window updated
This commit is contained in:
@@ -300,21 +300,6 @@ input:checked + .slider:before {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
#manipulateDOM-indicator {
|
|
||||||
display: inline-block;
|
|
||||||
cursor: pointer;
|
|
||||||
background-image: url("../../icons/info-dark.svg");
|
|
||||||
background-size: contain;
|
|
||||||
background-position: right;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
padding-right: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#manipulateDOM-indicator:hover {
|
|
||||||
color: #777;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
#info-button-svg {
|
#info-button-svg {
|
||||||
background-image: url("../../icons/info-dark.svg");
|
background-image: url("../../icons/info-dark.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@@ -40,7 +40,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div id="label-manipulateDOM" class="label-domain">
|
<div id="label-manipulateDOM" class="label-domain">
|
||||||
<span id="manipulateDOM-indicator" data-i18n-content="labelManipulateDOM">Filter HTML source code</span>
|
<a id="manipulateDOM-indicator" data-i18n-content="labelManipulateDOM">Filter HTML source code</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user