1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +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;',
'color: #000;',
'font: 12px sans-serif;',
'height: auto;',
'letter-spacing: normal;',
'margin: 0;',
'max-width: none;',
@ -880,9 +881,9 @@ var startPicker = function() {
'border: 1px solid #ccc;',
'padding: 2px;',
'box-sizing: border-box;',
'width: 100%;',
'height: 100%;',
'overflow: hidden;',
'width: 100% !important;',
'height: 100% !important;',
'overflow: hidden !important;',
'resize: none;',
'background-color: white;',
'font: 11px monospace;',