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