1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

reset css color for scoped style

This commit is contained in:
gorhill 2014-07-14 02:27:55 -04:00
parent 3a5c413cab
commit 1bfc107cdf

View File

@ -658,6 +658,7 @@ var startPicker = function() {
'font: 12px sans-serif;', 'font: 12px sans-serif;',
'text-transform: none;', 'text-transform: none;',
'vertical-align: baseline;', 'vertical-align: baseline;',
'color: #000;',
'background: transparent;', 'background: transparent;',
'}', '}',
'.µBlock button {', '.µBlock button {',