1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +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;',
'text-transform: none;',
'vertical-align: baseline;',
'color: #000;',
'background: transparent;',
'}',
'.µBlock button {',