summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-07-26 17:31:06 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-07-26 17:31:06 +0000
commit8055e8be16bce2934560c5b6ebff8e1a6aff9c83 (patch)
tree6ac8889d02185762e4b4423321ba724f051d5b4e /share
parentAdd logging to help with debugging (diff)
downloadinkscape-8055e8be16bce2934560c5b6ebff8e1a6aff9c83.tar.gz
inkscape-8055e8be16bce2934560c5b6ebff8e1a6aff9c83.zip
Fix for bug https://gitlab.com/inkscape/inbox/issues/695 disabled elemets not lower color
Diffstat (limited to 'share')
-rw-r--r--share/ui/style.css6
1 files changed, 5 insertions, 1 deletions
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
+}