diff options
author | raveit65 <[email protected]> | 2015-02-12 21:42:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-12 21:42:22 +0100 |
commit | 22e89511e82e230d16a84b25cef7e4e2fdedb28d (patch) | |
tree | 4552a8cdf970a02495d9f38f5274d49c08558d9c /desktop-themes/TraditionalOk | |
parent | 277f51e4bb1f5c338a26f2ce1022410718c462b0 (diff) | |
download | mate-themes-22e89511e82e230d16a84b25cef7e4e2fdedb28d.tar.bz2 mate-themes-22e89511e82e230d16a84b25cef7e4e2fdedb28d.tar.xz |
Traditional themes GTK3: set bg color for all variants of caja siderbar
- make arrow in dialog path visible
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 5 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 10 |
2 files changed, 13 insertions, 2 deletions
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; |