summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrnhmath <[email protected]>2017-05-28 22:27:33 +0000
committerZenWalker <[email protected]>2017-05-30 16:28:32 +0200
commitebeeb0d2546de9f6b2576898fddb6cfae9677f93 (patch)
tree44971ae3a0d8cd2afd90014a260aa6988a4a58fc
parent95c97511dfdf9cc01e113996c2bf9f4eadd41892 (diff)
downloadmate-themes-ebeeb0d2546de9f6b2576898fddb6cfae9677f93.tar.bz2
mate-themes-ebeeb0d2546de9f6b2576898fddb6cfae9677f93.tar.xz
TOK/TG: Remove gradient from notebook header
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css25
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css25
2 files changed, 8 insertions, 42 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;
}
-
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 537ed82a..b8a66b31 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1764,11 +1764,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;
}
@@ -1790,33 +1786,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;
}
@@ -4374,4 +4358,3 @@ printdialog.background paper {
dialog.background dialog-vbox.vertical .vertical {
background: transparent;
}
-