1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00
This commit is contained in:
gorhill 2015-01-31 18:33:15 -05:00
parent 7c3531384e
commit fb59756bc6

View File

@ -829,15 +829,17 @@ var startPicker = function(details) {
'width: 100%;',
'}',
'#µBlock > div > div > textarea {',
'border: 1px solid #ccc;',
'padding: 2px;',
'box-sizing: border-box;',
'width: 100% !important;',
'height: 100% !important;',
'overflow: hidden !important;',
'resize: none;',
'background-color: white;',
'border: 1px solid #ccc;',
'box-sizing: border-box;',
'font: 11px monospace;',
'height: 100% !important;',
'max-height: 100% !important;',
'min-height: 100% !important;',
'overflow: hidden !important;',
'padding: 2px;',
'resize: none;',
'width: 100% !important;',
'}',
'#µBlock > div > div > div {',
'bottom: 2px;',