diff options
author | mrnhmath <[email protected]> | 2017-05-28 22:27:33 +0000 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-05-30 16:27:55 +0200 |
commit | fb84637498b664deb6f044b82483b7358c3450f8 (patch) | |
tree | 65cb8b272be801a68ba5ae60a16d83a2a0974a0b /desktop-themes/TraditionalGreen | |
parent | 665022ac380f2d779d6dffae737bba2f6e318b66 (diff) | |
download | mate-themes-fb84637498b664deb6f044b82483b7358c3450f8.tar.bz2 mate-themes-fb84637498b664deb6f044b82483b7358c3450f8.tar.xz |
TOK/TG: Remove gradient from notebook header
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 18a40d55..8fd49601 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1763,11 +1763,7 @@ notebook header.top { margin: -1px -1px 0px 0px; border-width: 0px 0px 1px 0px; border-radius: 3px 3px 0px 0px; - background-image: linear-gradient(to bottom, - shade(@notebook_tab_gradient_a, 1.05), - shade(@notebook_tab_gradient_b, 1.04) 50%, - shade(@notebook_tab_gradient_c, 1.06) 50%, - shade(@notebook_tab_gradient_d, 1.05)); + background-color: @theme_bg_color; box-shadow: inset 0px -1px 0 0 @border_color; } @@ -1789,33 +1785,21 @@ printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook > header.t notebook header.bottom { margin: 0px -1px -1px 0px; border-width: 1px 1px 0px 0px; - background-image: linear-gradient(to top, - shade(@notebook_tab_gradient_a, 1.05), - shade(@notebook_tab_gradient_b, 1.04) 50%, - shade(@notebook_tab_gradient_c, 1.06) 50%, - shade(@notebook_tab_gradient_d, 1.05)); + background-color: @theme_bg_color; box-shadow: inset 0px 1px 0 0 @border_color; } notebook header.left { margin: 0px 0px -1px -1px; border-width: 0px 1px 0px 0px; - background-image: linear-gradient(to right, - shade(@notebook_tab_gradient_a, 1.05), - shade(@notebook_tab_gradient_b, 1.04) 50%, - shade(@notebook_tab_gradient_c, 1.06) 50%, - shade(@notebook_tab_gradient_d, 1.05)); + background-color: @theme_bg_color; box-shadow: inset -1px 0px 0 0 @border_color; } notebook header.right { margin: 0px -1px -1px 0px; border-width: 0px 0px 0px 1px; - background-image: linear-gradient(to left, - shade(@notebook_tab_gradient_a, 1.05), - shade(@notebook_tab_gradient_b, 1.04) 50%, - shade(@notebook_tab_gradient_c, 1.06) 50%, - shade(@notebook_tab_gradient_d, 1.05)); + background-color: @theme_bg_color; box-shadow: inset 1px 0px 0 0 @border_color; } @@ -4376,4 +4360,3 @@ printdialog.background paper { dialog.background dialog-vbox.vertical .vertical { background: transparent; } - |