Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
018a64e1
Commit
018a64e1
authored
Jan 29, 2010
by
Nigel Hietala
Browse files
Tweak the mouse pressed colour
parent
986d6d01
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/switch.css
View file @
018a64e1
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment