From 018a64e1303d05596cd6a03ac65fe2db5a6cfd11 Mon Sep 17 00:00:00 2001
From: Nigel Hietala <nigel.hietala@nokia.com>
Date: Fri, 29 Jan 2010 14:09:45 +0200
Subject: [PATCH] Tweak the mouse pressed colour

---
 share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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