diff options
author | raveit <[email protected]> | 2013-02-21 23:39:06 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-02-21 23:39:06 +0100 |
commit | 85d615382e076522f024af1b0303c34ea8b284f9 (patch) | |
tree | a84fd5fbeee7e451f84fe16938e9568befa6cfda /gtk-themes/Simply | |
parent | 9ebebc71fd98fce596cbd7fce5eb38bbdcfcaa8e (diff) | |
download | mate-themes-85d615382e076522f024af1b0303c34ea8b284f9.tar.bz2 mate-themes-85d615382e076522f024af1b0303c34ea8b284f9.tar.xz |
fix "Not using units is deprecated. Assuming 'px' " in gtk3 themes
add improvment for caja in gtcrc files
Diffstat (limited to 'gtk-themes/Simply')
-rw-r--r-- | gtk-themes/Simply/gtkrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk-themes/Simply/gtkrc b/gtk-themes/Simply/gtkrc index dfa880f9..ab468804 100644 --- a/gtk-themes/Simply/gtkrc +++ b/gtk-themes/Simply/gtkrc @@ -76,3 +76,11 @@ class "GtkCheckButton" style "togglebuttons" class "GtkRadioButton" style "togglebuttons" class "GtkProgressBar" style "progressbar" class "GtkEntry" style "entry" + +# caja improvment +style "simply-caja-location" +{ + bg[NORMAL] = mix (0.60, shade (1.05, "#e2e2de"), "#e2e2de") +} + +widget "*.caja-extra-view-widget" style : highest "simply-caja-location" |