diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css b/share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css
index b23b3a7a2bbd462562476056a424951f2fcb0ec3..f1e98f0ce3ade0a52b4442aa510a90a19c70a596 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 {