mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
this fixes #306
This commit is contained in:
parent
dc544c1253
commit
ffb0f9b1e1
1 changed files with 4 additions and 0 deletions
|
|
@ -778,6 +778,7 @@ var startPicker = function() {
|
|||
'border: 0;',
|
||||
'color: #000;',
|
||||
'font: 12px sans-serif;',
|
||||
'letter-spacing: normal;',
|
||||
'margin: 0;',
|
||||
'max-width: none;',
|
||||
'outline: 0;',
|
||||
|
|
@ -787,6 +788,9 @@ var startPicker = function() {
|
|||
'vertical-align: baseline;',
|
||||
'z-index: auto;',
|
||||
'}',
|
||||
'.µBlock li {',
|
||||
'display: block;',
|
||||
'}',
|
||||
'.µBlock button {',
|
||||
'border: 1px solid #aaa;',
|
||||
'padding: 6px 8px 4px 8px;',
|
||||
|
|
|
|||
Loading…
Reference in a new issue