mirror of https://github.com/gorhill/uBlock.git
this fixes #745
This commit is contained in:
parent
ba2962bad6
commit
1c616ee9fc
|
@ -89,7 +89,7 @@ p {
|
|||
margin: 8px 0;
|
||||
}
|
||||
#switch .fa {
|
||||
color: green;
|
||||
color: #000;
|
||||
cursor: pointer;
|
||||
font-size: 96px;
|
||||
margin: 0;
|
||||
|
@ -97,7 +97,7 @@ p {
|
|||
#switch .fa:hover {
|
||||
opacity: 0.9;
|
||||
}
|
||||
#switch.off .fa {
|
||||
body.off #switch .fa {
|
||||
color: #ccc;
|
||||
}
|
||||
#switch-hint {
|
||||
|
@ -281,3 +281,18 @@ body.dirty #refresh:hover {
|
|||
#dynamicFilteringContainer span.bRule #actionSelector > span:nth-of-type(3) {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#offOverlay {
|
||||
background-color: #fff;
|
||||
bottom: 0;
|
||||
display: none;
|
||||
left: 0;
|
||||
opacity: 0.4;
|
||||
pointer-events: none;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
body.off #offOverlay {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<div><span data-i18n="popup1pScriptRulePrompt"></span><span data-src="/" data-des="*" data-type="1p-script"> </span><span data-src="." data-des="*" data-type="1p-script"> </span></div>
|
||||
<div><span data-i18n="popup3pScriptRulePrompt"></span><span data-src="/" data-des="*" data-type="3p-script"> </span><span data-src="." data-des="*" data-type="3p-script"> </span></div>
|
||||
<div><span data-i18n="popup3pFrameRulePrompt"></span><span data-src="/" data-des="*" data-type="3p-frame"> </span><span data-src="." data-des="*" data-type="3p-frame"> </span></div>
|
||||
</div>
|
||||
</div><!-- <div id="offOverlay"></div> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue