diff options
author | raveit65 <[email protected]> | 2015-02-12 21:50:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-12 21:50:43 +0100 |
commit | 0e7af8b5d552a4d56fc4aeca85ecec78b03ffd19 (patch) | |
tree | 8942a193c9ba094a7ee4e7720d471c9407fb6431 /desktop-themes/TraditionalGreen | |
parent | 329ce0bc4eaeb780a985b3a32fd7b741c8621e61 (diff) | |
download | mate-themes-0e7af8b5d552a4d56fc4aeca85ecec78b03ffd19.tar.bz2 mate-themes-0e7af8b5d552a4d56fc4aeca85ecec78b03ffd19.tar.xz |
Traditional themes GTK3: set bg color for all variants of caja siderbar
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index a73798fc..212b782f 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -473,6 +473,7 @@ GtkComboBox.combobox-entry .button { -GtkButton-interior-focus: true; -GtkButton-default-border: 0; -GtkButton-inner-border: 3; + -GtkArrow-arrow-scaling: 0.5; color: @theme_text_color; border-style: solid; border-color: transparent; diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index e9992743..0a93a366 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -2,6 +2,16 @@ * Caja * ************/ +/* caja sidebar */ +CajaWindow FMTreeView .view, +CajaWindow CajaNotesViewer .view, +CajaWindow CajaPlacesSidebar .view, +CajaWindow CajaHistorySidebar .view, +CajaWindow CajaEmblemSidebar .frame, +CajaWindow CajaInformationPanel .vertical { + background-color: shade (@theme_base_color, 1.00); + color: @theme_fg_color; +} .caja-desktop.caja-canvas-item { color: @theme_base_color; |