1
0
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:
nobody
2020-06-28 08:52:11 +02:00
parent fbf96cdb38
commit fe9be04a84
2 changed files with 1 additions and 16 deletions

View File

@@ -300,21 +300,6 @@ input:checked + .slider:before {
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 {
background-image: url("../../icons/info-dark.svg");
background-repeat: no-repeat;

View File

@@ -40,7 +40,7 @@
</label>
</div>
<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>