From 8055e8be16bce2934560c5b6ebff8e1a6aff9c83 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Fri, 26 Jul 2019 19:31:06 +0200 Subject: Fix for bug https://gitlab.com/inkscape/inbox/issues/695 disabled elemets not lower color --- share/ui/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/share/ui/style.css b/share/ui/style.css index 9d8b8efbd..cb3f3aaee 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -77,6 +77,10 @@ * "..combobright" Combo bright */ +*:disabled image{ + opacity:0.4; +} + image { color: @theme_fg_color; -gtk-icon-palette: default; @@ -429,4 +433,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