1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

some pages can cause button elements to not be inlined

This commit is contained in:
gorhill 2014-07-17 10:50:53 -04:00
parent f7354b87e3
commit b3d9b3ba73

View File

@ -667,6 +667,7 @@ var startPicker = function() {
'box-sizing: border-box;',
'box-shadow: none;',
'border-radius: 3px;',
'display: inline;',
'line-height: 1;',
'color: #444;',
'background-color: #ccc;',