Skip to content
Snippets Groups Projects
Commit 018a64e1 authored by Nigel Hietala's avatar Nigel Hietala
Browse files

Tweak the mouse pressed colour

parent 986d6d01
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment