diff options
author | raveit65 <[email protected]> | 2015-02-12 21:50:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-12 21:50:07 +0100 |
commit | 52add07715d24f17f94de09b339a500b8b4febe4 (patch) | |
tree | 7cea75d6f97a2d51b95bdb8766d56be2e8775a23 | |
parent | f1b68304c21fca9928ed6e3b71a334113040ac93 (diff) | |
download | mate-themes-52add07715d24f17f94de09b339a500b8b4febe4.tar.bz2 mate-themes-52add07715d24f17f94de09b339a500b8b4febe4.tar.xz |
Traditional themes GTK3: set bg color for all variants of caja siderbar
6 files changed, 33 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 c9486cea..ce927756 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; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index c9486cea..ce927756 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/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/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 8783f251..6057061f 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/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; diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index c9486cea..ce927756 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/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/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index e8729172..4d674eb4 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/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; |