mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
this fixes #212
This commit is contained in:
parent
2b3884c009
commit
08b4a51bb6
@ -688,15 +688,16 @@ var startPicker = function() {
|
|||||||
'left: 0;',
|
'left: 0;',
|
||||||
'}',
|
'}',
|
||||||
'.µBlock, .µBlock * {',
|
'.µBlock, .µBlock * {',
|
||||||
'margin: 0;',
|
'background: transparent;',
|
||||||
'padding: 0;',
|
|
||||||
'border: 0;',
|
'border: 0;',
|
||||||
'outline: 0;',
|
'color: #000;',
|
||||||
'font: 12px sans-serif;',
|
'font: 12px sans-serif;',
|
||||||
|
'margin: 0;',
|
||||||
|
'outline: 0;',
|
||||||
|
'overflow: visible;',
|
||||||
|
'padding: 0;',
|
||||||
'text-transform: none;',
|
'text-transform: none;',
|
||||||
'vertical-align: baseline;',
|
'vertical-align: baseline;',
|
||||||
'color: #000;',
|
|
||||||
'background: transparent;',
|
|
||||||
'}',
|
'}',
|
||||||
'.µBlock button {',
|
'.µBlock button {',
|
||||||
'border: 1px solid #aaa;',
|
'border: 1px solid #aaa;',
|
||||||
|
Loading…
Reference in New Issue
Block a user