summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2011-03-24 10:06:10 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2011-03-24 11:15:18 +0100
commitdb8f027a1eb0058d0d6d8c5625e5c1a86eee888f (patch)
treefe17e21c3f5af1c94ad000b995df277ed925fe7a
parentfa5d3ab348a8b95c6e23094cc9a9c805dee0cc2b (diff)
downloadqt-creator-db8f027a1eb0058d0d6d8c5625e5c1a86eee888f.tar.gz
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
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/propertyEditor.css1
1 files changed, 1 insertions, 0 deletions
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