From bbbb3dbb874a3c32bdadc0c3d181aa77753ed0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Marczykowska-G=C3=B3recka?= Date: Wed, 6 Nov 2024 16:41:32 +0100 Subject: [PATCH] Improve colors on selected updater row Pick a lighter blue, so both dark, light, and colorful (from the qube name column) text will be more visible. fixes QubesOS/qubes-issues#8949 --- qui/qubes-updater-base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qui/qubes-updater-base.css b/qui/qubes-updater-base.css index 7967af25..d9871735 100644 --- a/qui/qubes-updater-base.css +++ b/qui/qubes-updater-base.css @@ -229,6 +229,10 @@ treeview.view button color: @text-color; } +treeview.view:selected { + background-color: #99bfff; +} + .add_label { color: @qubes-blue; font-weight: bold;