1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00
This commit is contained in:
gorhill 2014-10-19 10:50:19 -04:00
parent 7fbff6c8fe
commit b7819bbdc6

View File

@ -787,6 +787,7 @@ var startPicker = function() {
'box-shadow: none;', 'box-shadow: none;',
'color: #000;', 'color: #000;',
'font: 12px sans-serif;', 'font: 12px sans-serif;',
'height: auto;',
'letter-spacing: normal;', 'letter-spacing: normal;',
'margin: 0;', 'margin: 0;',
'max-width: none;', 'max-width: none;',
@ -880,9 +881,9 @@ var startPicker = function() {
'border: 1px solid #ccc;', 'border: 1px solid #ccc;',
'padding: 2px;', 'padding: 2px;',
'box-sizing: border-box;', 'box-sizing: border-box;',
'width: 100%;', 'width: 100% !important;',
'height: 100%;', 'height: 100% !important;',
'overflow: hidden;', 'overflow: hidden !important;',
'resize: none;', 'resize: none;',
'background-color: white;', 'background-color: white;',
'font: 11px monospace;', 'font: 11px monospace;',