summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-13 13:53:53 +0100
committerraveit65 <[email protected]>2016-03-13 13:53:53 +0100
commit9b3a3c43d468e5ae75a8633278e6fa2bf11970b4 (patch)
treebac3f2599aa1035f349616c608777338bdc87ff6 /desktop-themes/BlueMenta/gtk-3.0
parentbac109accc1a511d7e291eb2ff269ca38b589eef (diff)
downloadmate-themes-9b3a3c43d468e5ae75a8633278e6fa2bf11970b4.tar.bz2
mate-themes-9b3a3c43d468e5ae75a8633278e6fa2bf11970b4.tar.xz
GTK+-3.20 Menta themes: adjust notebook borders
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css34
1 files changed, 23 insertions, 11 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index f4a2e085..28a70679 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -2338,10 +2338,14 @@ notebook,
.notebook {
padding: 0;
background-clip: border-box;
+ border-style: none;
+ background-color: shade (@theme_bg_color, 1.1);
+}
+
+notebook.frame {
border-style: solid;
border-color: @borders;
border-width: 1px;
- background-color: shade (@theme_bg_color, 1.1);
border-radius: 4px 4px 0px 0px;
}
@@ -2412,25 +2416,33 @@ notebook header tab label {
font-weight: normal;
}
-/* view, header and tabs in caja and pluma view */
-paned.horizontal notebook scrolledwindow.frame {
- border-width: 0px 1px 1px 1px;
+/* notebooks, view, header and tabs in caja and pluma view */
+paned.horizontal notebook {
+ border-style: solid;
+ border-color: @borders;
+ border-width: 1px;
+ border-radius: 4px 4px 0px 0px;
}
paned.horizontal notebook header.top {
- border-width: 1px 1px 0px 1px;
- border-radius: 0px;
- box-shadow: inset 0px 1px 0 0 alpha(@borders, 0.4);
+ border-radius: 4px 4px 0px 0px;
border-style: solid;
border-color: @borders;
+ border-width: 0px 0px 1px 0px;
+ box-shadow: inset 0px 1px 0 0 alpha(@borders, 0.4);
}
-paned.horizontal notebook header tab {
- padding: 4px;
- margin: 0px -1px 0px -1px;
+paned.horizontal notebook scrolledwindow.frame {
+ border-width: 0px;
+}
+
+paned.horizontal notebook header.top tab {
+ padding: 2px 4px;
+ margin: 0px 0px 0px -1px;
border-style: solid;
border-width: 0px 1px 0px 1px;
- border-color: transparent;
+ border-color: @borders;
+ border-radius: 4px 4px 0px 0px;
}
/* tabs ie. preferences windows */