mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
this fixes #343
This commit is contained in:
parent
b12bc6a7cf
commit
f7860cab7c
@ -715,6 +715,10 @@ var startPicker = function(details) {
|
||||
'#µBlock ul, #µBlock li, #µBlock div {',
|
||||
'display: block;',
|
||||
'}',
|
||||
'#µBlock *::selection {',
|
||||
'background-color: Highlight;',
|
||||
'color: HighlightText;',
|
||||
'}',
|
||||
'#µBlock button {',
|
||||
'border: 1px solid #aaa !important;',
|
||||
'padding: 6px 8px 4px 8px;',
|
||||
|
Loading…
Reference in New Issue
Block a user