This commit is contained in:
gorhill 2015-10-03 10:28:53 -04:00
parent c96d0a7eff
commit 371670802b
3 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@
<div id="cloudWidget" class="hide" data-cloud-entry="myFiltersPane"></div>
<p data-i18n="1pFormatHint"></p>
<p><span data-i18n="1pFormatHint"></span> <a class="fa info" href="https://github.com/gorhill/uBlock/wiki/Static-filter-syntax" target="_blank">&#xf05a;</a></p>
<p>
<button id="userFiltersApply" class="custom important" type="button" disabled="true" data-i18n="1pApplyChanges"></button>&ensp;
<button id="userFiltersRevert" class="custom" type="button" disabled="true" data-i18n="genericRevert"></button>

View file

@ -15,6 +15,12 @@ h3 {
a {
text-decoration: none;
}
a.info {
color: #ccc;
}
a.info:hover {
color: #444;
}
button {
padding: 0.33em;
}

View file

@ -11,12 +11,6 @@ ul#userSettings,
ul#userSettings ul {
list-style-type: none;
}
ul#userSettings a.info {
color: #ccc;
}
ul#userSettings a.info:hover {
color: #444;
}
ul#userSettings .subgroup {
margin-top: 1em;
}