mirror of https://github.com/gorhill/uBlock.git
this fixes #695
This commit is contained in:
parent
c96d0a7eff
commit
371670802b
|
@ -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"></a></p>
|
||||
<p>
|
||||
<button id="userFiltersApply" class="custom important" type="button" disabled="true" data-i18n="1pApplyChanges"></button> 
|
||||
<button id="userFiltersRevert" class="custom" type="button" disabled="true" data-i18n="genericRevert"></button>
|
||||
|
|
|
@ -15,6 +15,12 @@ h3 {
|
|||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.info {
|
||||
color: #ccc;
|
||||
}
|
||||
a.info:hover {
|
||||
color: #444;
|
||||
}
|
||||
button {
|
||||
padding: 0.33em;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue