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