diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-26 17:31:06 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-26 17:31:06 +0000 |
| commit | 8055e8be16bce2934560c5b6ebff8e1a6aff9c83 (patch) | |
| tree | 6ac8889d02185762e4b4423321ba724f051d5b4e /share | |
| parent | Add logging to help with debugging (diff) | |
| download | inkscape-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.css | 6 |
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 +} |
