1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02: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;',
'}',
'.µBlock, .µBlock * {',
'margin: 0;',
'padding: 0;',
'background: transparent;',
'border: 0;',
'outline: 0;',
'color: #000;',
'font: 12px sans-serif;',
'margin: 0;',
'outline: 0;',
'overflow: visible;',
'padding: 0;',
'text-transform: none;',
'vertical-align: baseline;',
'color: #000;',
'background: transparent;',
'}',
'.µBlock button {',
'border: 1px solid #aaa;',