Skip to content
Snippets Groups Projects
Commit ce663cec authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

[j.1] highlight checked QToolButton using black background (#883) ()

Merging branch 'j.1'  into 'main'.

See merge request !2284
parents b8cc14bc 229eefa1
No related branches found
No related tags found
1 merge request!2284highlight checked QToolButton using black background (#883)
Pipeline #126409 failed
......@@ -99,6 +99,11 @@ QToolButton#ViewSelectionButton:disabled
border-right: 1px solid rgba(100, 100, 100, 25%);
}
QToolButton:checked
{
background-color: black;
}
/* ------------------------------------------------------------------------------- */
QRadioButton
{
......
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