diff options
author | raveit65 <[email protected]> | 2015-02-12 21:50:07 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-12 21:51:13 +0100 |
commit | d11139ab759e26647408de5cd44b2c1c533f8271 (patch) | |
tree | 4f1f3b69df149a884252ec19c03a7984f4e4cabc | |
parent | dbd7309ca996843ccd68d89f1d5aec218d94ed18 (diff) | |
download | mate-themes-d11139ab759e26647408de5cd44b2c1c533f8271.tar.bz2 mate-themes-d11139ab759e26647408de5cd44b2c1c533f8271.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 87ac88dd..085d1189 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -469,6 +469,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 87ac88dd..085d1189 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -469,6 +469,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 10875dc9..f7da496c 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -469,6 +469,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; |