summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authormrnhmath <[email protected]>2017-05-28 22:27:33 +0000
committerZenWalker <[email protected]>2017-05-30 16:27:55 +0200
commitfb84637498b664deb6f044b82483b7358c3450f8 (patch)
tree65cb8b272be801a68ba5ae60a16d83a2a0974a0b /desktop-themes
parent665022ac380f2d779d6dffae737bba2f6e318b66 (diff)
downloadmate-themes-fb84637498b664deb6f044b82483b7358c3450f8.tar.bz2
mate-themes-fb84637498b664deb6f044b82483b7358c3450f8.tar.xz
TOK/TG: Remove gradient from notebook header
Diffstat (limited to 'desktop-themes')
-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 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;
}
-
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 12357bf7..03c387da 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;
}
@@ -4379,4 +4363,3 @@ printdialog.background paper {
dialog.background dialog-vbox.vertical .vertical {
background: transparent;
}
-