From 92f5b6d17525bf4014c2d057579d2f84c1fcd569 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Thu, 9 May 2019 23:57:50 +0200 Subject: CSS tweak to LPE add dialog to work on dark themes --- share/ui/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/ui/style.css b/share/ui/style.css index e7085c508..5a7522220 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -260,7 +260,7 @@ spinbutton undershoot { } #LPESelectorFlowBox flowboxchild * { - color: @theme_selected_bg_color; + color: @theme_fg_color; } #LPESelectorFlowBox flowboxchild:selected image, @@ -305,7 +305,7 @@ spinbutton undershoot { #LPEDialogSelector .searchbar entry image, #LPEDialogSelector .searchbar label, #LPEDialogSelector .searchbar #LPESelectorEffectFavShowImage { - color: @theme_selected_bg_color; + color: @theme_fg_color; } #XMLFlow .toggle { @@ -432,4 +432,4 @@ combobox window.popup scrolledwindow treeview separator {} #InkSpinScale spinbutton entry { padding: 0; outline-style: none; -} \ No newline at end of file +} -- cgit v1.2.3