summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorZenWalker <[email protected]>2017-03-26 05:34:34 +0200
committerZenWalker <[email protected]>2017-03-26 05:34:34 +0200
commita773ee09ee5814a0644809d799e754b9dcd72345 (patch)
tree9a466627f9ae39c287aacb291ff7e66bacddd46b /desktop-themes/TraditionalGreen
parentc02cce3bf873a7b2350257d46a9d835c51c99f3a (diff)
downloadmate-themes-a773ee09ee5814a0644809d799e754b9dcd72345.tar.bz2
mate-themes-a773ee09ee5814a0644809d799e754b9dcd72345.tar.xz
Traditional themes: drop the two useless lines in the notebooks
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css13
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css4
2 files changed, 11 insertions, 6 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 89b4dcaf..2a0ec641 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -1734,6 +1734,7 @@ paned.horizontal notebook header {
}
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,
@@ -1745,6 +1746,7 @@ notebook header.top {
}
paned.horizontal notebook header.top {
+ margin: 0px;
border-width: 0px 0px 0px 1px;
border-style: solid;
border-color: @border_color;
@@ -1755,6 +1757,7 @@ 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),
@@ -1765,6 +1768,7 @@ notebook header.bottom {
}
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),
@@ -1775,6 +1779,7 @@ notebook header.left {
}
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),
@@ -1805,7 +1810,7 @@ notebook header tab {
notebook header.top tab {
margin: 0px 0px 0px -1px;
padding: 4px 6px 2px 6px;
- border-width: 0px 1px 1px 1px;
+ border-width: 1px;
border-radius: 3px 3px 0px 0px;
background-image: linear-gradient(to bottom,
@notebook_tab_gradient_a,
@@ -1825,7 +1830,7 @@ notebook header.top tab:checked {
notebook header.right tab {
margin: -1px 0px 0px 0px;
padding: 6px 4px 6px 2px;
- border-width: 1px 0px 1px 1px;
+ border-width: 1px;
border-radius: 0px 3px 3px 0px;
background-image: linear-gradient(to left,
@notebook_tab_gradient_a,
@@ -1845,7 +1850,7 @@ notebook header.right tab:checked {
notebook header.bottom tab {
margin: 0px 0px 0px -1px;
padding: 2px 6px 4px 6px;
- border-width: 1px 1px 0px 1px;
+ border-width: 1px;
border-radius: 0px 0px 3px 3px;
background-image: linear-gradient(to top,
@notebook_tab_gradient_a,
@@ -1865,7 +1870,7 @@ notebook header.bottom tab:checked {
notebook header.left tab {
margin: -1px 0px 0px 0px;
padding: 6px 2px 6px 4px;
- border-width: 1px 1px 1px 0px;
+ border-width: 1px;
border-radius: 3px 0px 0px 3px;
background-image: linear-gradient(to right,
@notebook_tab_gradient_a,
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 64aac7cc..e3059e1c 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -513,8 +513,8 @@ MsdOsdWindow.background.osd .progressbar {
/* override for pavu-control */
window.background.mate-terminal > box.vertical > notebook {
- border-style: none;
- border-width: 0px;
+ border-style: solid;
+ border-width: 0.4px;
}
/* override settings for pavu-control */