Tweak the mouse pressed colour

This commit is contained in:
Nigel Hietala
2010-01-29 14:09:45 +02:00
parent 986d6d0164
commit 018a64e130

View File

@@ -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 {