From db8f027a1eb0058d0d6d8c5625e5c1a86eee888f Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 24 Mar 2011 10:06:10 +0100 Subject: 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 --- share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css index 649d84b5f3..c58355cdf7 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css @@ -180,6 +180,7 @@ QToolButton background: none; border: none; background-color: none; + color: #dedede; } QToolButton::pressed -- cgit v1.2.1