QmlDesigner.propertyEditor: fixes a style issue

The ToolButton color has to be be light gray
instead of black (too hard to read).


Task-number: QTCREATORBUG-4070
This commit is contained in:
Thomas Hartmann
2011-03-24 10:06:10 +01:00
parent fa5d3ab348
commit db8f027a1e

View File

@@ -180,6 +180,7 @@ QToolButton
background: none; background: none;
border: none; border: none;
background-color: none; background-color: none;
color: #dedede;
} }
QToolButton::pressed QToolButton::pressed