1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-07 11:22:38 +01:00
This commit is contained in:
gorhill 2014-09-05 13:16:18 -04:00
parent 2b3884c009
commit 08b4a51bb6

View File

@ -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;',