Skip to content
Snippets Groups Projects
Commit 7771f0b5 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

add visible feedback when pressing a styled button

parent 68983f12
No related branches found
No related tags found
1 merge request!401A few style improvements
...@@ -51,6 +51,11 @@ QWidget[stylable="true"] .QPushButton:hover ...@@ -51,6 +51,11 @@ QWidget[stylable="true"] .QPushButton:hover
background: rgb(208,238,252); background: rgb(208,238,252);
} }
QWidget[stylable="true"] .QPushButton:pressed
{
background: rgb(218,248,255);
}
WelcomeView QCommandLinkButton:hover WelcomeView QCommandLinkButton:hover
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment