summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css
index b23b3a7a2b..f1e98f0ce3 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css
@@ -36,7 +36,7 @@ QPushButton {
QPushButton:pressed {
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
- stop: 0 #EFEFEF, stop: 1 #EEEEEE);
+ stop: 0 #3f3f3f, stop: 1 #3f3f3f);
}
QPushButton:flat {