From 22e89511e82e230d16a84b25cef7e4e2fdedb28d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 12 Feb 2015 21:42:22 +0100 Subject: Traditional themes GTK3: set bg color for all variants of caja siderbar - make arrow in dialog path visible --- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 5 +++-- desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 92619b80..59872e7e 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -35,7 +35,7 @@ outline-color: @focus_border_color; outline-style: dashed; outline-offset: -2px; - outline-width: 1px; + outline-width: 0px; /* disable ugly focus-line */ outline-radius: 2px; -GtkWindow-resize-grip-width: 11; @@ -479,7 +479,7 @@ GtkScrolledWindow GtkViewport.frame { .toolbar.horizontal .button:active, .titlebar .linked.raised .button, .titlebar .linked.raised .button:active { - padding: 5px 8px 6px; + padding: 5px 5px 6px; /* larger values makes the button arrow smaller*/ } .button.default { @@ -543,6 +543,7 @@ GtkComboBoxText GtkToggleButton.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 05a95f8b..7e3f0283 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; -- cgit v1.2.1