From 862f713ba047dbf8d164d4738f302bc74f14af67 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 21 May 2015 13:53:46 +0200 Subject: Traditional themes GTK3: adjust GtkStatusBar + make Toolbar gradient more darker --- .../TraditionalOkTest/gtk-3.0/gtk-widgets.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0') diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 57433356..be4107b0 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -182,13 +182,22 @@ GtkGrid:insensitive { border-radius: 2px; } -GtkStatusbar { - padding: 5px; +GtkStatusbar .label, +GtkStatusbar .frame.flat { color: @theme_fg_color; -GtkStatusbar-shadow-type: none; font-size: smaller; } +GtkStatusbar .frame.flat { + padding: 2px 0px; + border-width: 0; +} + +GtkStatusbar .frame.flat .button.flat { + padding: 2px 0px 0px 0px; +} + .dnd { border-width: 1px; border-style: solid; @@ -640,6 +649,10 @@ GtkScale.mark { padding: 0; } +.frame.flat { + border-style:none; +} + GtkScrolledWindow.frame { border-style: solid; border-color: @border_color; @@ -1720,7 +1733,6 @@ GtkCheckButton:selected:focus { .inline-toolbar.toolbar { background-color: transparent; background-image: linear-gradient(to bottom, - @toolbar_inner_border_color 1px, @toolbar_gradient_a 2px, @toolbar_gradient_b 50%, @toolbar_gradient_c 50%, -- cgit v1.2.1