summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-05-09 21:57:50 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-05-09 21:57:50 +0000
commit92f5b6d17525bf4014c2d057579d2f84c1fcd569 (patch)
tree2bf1cc853937eca88fc334af0a09b021b29efea9
parentfix coding style (diff)
downloadinkscape-92f5b6d17525bf4014c2d057579d2f84c1fcd569.tar.gz
inkscape-92f5b6d17525bf4014c2d057579d2f84c1fcd569.zip
CSS tweak to LPE add dialog to work on dark themes
-rw-r--r--share/ui/style.css6
1 files 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
+}