From ec82b080820504f9abe33bc83207475060582fe6 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 12 Oct 2020 08:53:38 +0200 Subject: [PATCH] dark mode: improve visibility of checkable actions --- src/sampleconf/recoll-dark.qss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/sampleconf/recoll-dark.qss b/src/sampleconf/recoll-dark.qss index 5ee4fd6e..995c14ae 100644 --- a/src/sampleconf/recoll-dark.qss +++ b/src/sampleconf/recoll-dark.qss @@ -54,3 +54,12 @@ QPlainTextEdit { background-color: #101010; color: #ffffff; } + +QToolButton:on { + background-color: #505050; +} + +/* Did not find a way to set the background on the indicator/icon part */ +QMenu::item:checked { + background: #505050; +}