diff options
| -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 +} |
