1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00
This commit is contained in:
gorhill 2014-12-15 07:19:32 -05:00
parent b12bc6a7cf
commit f7860cab7c

View File

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