rename #newStyleAsUsercss-wrapper to a standard CSS scheme

This commit is contained in:
tophf 2017-12-06 06:22:40 +03:00
parent a712d92b52
commit aa44077212
2 changed files with 3 additions and 3 deletions

View File

@ -263,7 +263,7 @@
<a href="edit.html">
<button id="add-style-label" i18n-text="addStyleLabel"></button>
</a>
<label id="newStyleAsUsercss-wrapper">
<label id="add-style-as-usercss-wrapper">
<input type="checkbox" id="newStyleAsUsercss">
<svg class="svg-icon checked"><use xlink:href="#svg-icon-checked"/></svg>
<span i18n-text="manageNewStyleAsUsercss" i18n-title="optionsAdvancedNewStyleAsUsercss"></span>

View File

@ -91,11 +91,11 @@ select {
margin-bottom: .25em;
}
#newStyleAsUsercss-wrapper {
#add-style-as-usercss-wrapper {
display: inline-flex;
}
#newStyleAsUsercss-wrapper:not(:hover) input:not(:checked) ~ a svg {
#add-style-as-usercss-wrapper:not(:hover) input:not(:checked) ~ a svg {
fill: #aaa;
}