diff options
author | raveit65 <[email protected]> | 2015-05-21 13:53:46 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-21 13:57:33 +0200 |
commit | 862f713ba047dbf8d164d4738f302bc74f14af67 (patch) | |
tree | ee050499bbe8a054abddd4fc6fe013d8c73b40d0 /desktop-themes/TraditionalOkTest | |
parent | dd1fa7ca2f13145d9625f19caca71d232b182a06 (diff) | |
download | mate-themes-862f713ba047dbf8d164d4738f302bc74f14af67.tar.bz2 mate-themes-862f713ba047dbf8d164d4738f302bc74f14af67.tar.xz |
Traditional themes GTK3: adjust GtkStatusBar + make Toolbar gradient more darker
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 18 |
1 files changed, 15 insertions, 3 deletions
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%, |