diff options
author | mrnhmath <[email protected]> | 2017-05-28 22:27:33 +0000 |
---|---|---|
committer | ZenWalker <[email protected]> | 2017-05-30 16:28:32 +0200 |
commit | ebeeb0d2546de9f6b2576898fddb6cfae9677f93 (patch) | |
tree | 44971ae3a0d8cd2afd90014a260aa6988a4a58fc /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | 95c97511dfdf9cc01e113996c2bf9f4eadd41892 (diff) | |
download | mate-themes-ebeeb0d2546de9f6b2576898fddb6cfae9677f93.tar.bz2 mate-themes-ebeeb0d2546de9f6b2576898fddb6cfae9677f93.tar.xz |
TOK/TG: Remove gradient from notebook header
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-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 33182801..ee5d0275 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; } @@ -4371,4 +4355,3 @@ printdialog.background paper { dialog.background dialog-vbox.vertical .vertical { background: transparent; } - |