reset css color for scoped style

This commit is contained in:
gorhill 2014-07-14 02:27:55 -04:00
parent 3a5c413cab
commit 1bfc107cdf
1 changed files with 1 additions and 0 deletions

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