summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-22 08:56:06 +0100
committerraveit65 <[email protected]>2017-03-22 10:05:24 +0100
commit6c6b981ee53fa4871ef2c12cd8987e610aae62b8 (patch)
tree494a39c185dbde281470b2b7a45a63f827f8c3ea
parent1360add9904b76bb51fd9412698f75637f70d8bd (diff)
downloadmate-themes-6c6b981ee53fa4871ef2c12cd8987e610aae62b8.tar.bz2
mate-themes-6c6b981ee53fa4871ef2c12cd8987e610aae62b8.tar.xz
Gtk+-3.22 Submarine themes: some notebook improvements
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css24
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css24
2 files changed, 46 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 17d1ce4f..db3b1f64 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3463,6 +3463,24 @@ window.background.solid-csd > box.vertical > notebook:not(.frame) {
border-radius: 4px 4px 0px 0px;
}
+window.background > box.vertical > notebook:not(.frame) > stack > box,
+window.background.csd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.ssd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > stack > box {
+ border-style: solid;
+ border-width: 0px 1px 1px 1px;
+ border-color: @notebook_border;
+}
+
+window.background > box.vertical > notebook:not(.frame) > header.top,
+window.background.csd > box.vertical > notebook:not(.frame) > header.top,
+window.background.ssd > box.vertical > notebook:not(.frame) > header.top,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > header.top {
+ border-style: solid;
+ border-width: 1px 1px 0px 1px;
+ border-color: @notebook_border;
+}
+
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
background-color: shade (@theme_bg_color, 1.1);
border-radius: 0px 0px 4px 4px;
@@ -3603,7 +3621,7 @@ paned.horizontal > paned.vertical notebook > header button.flat {
padding: 1px;
}
-/* other notebooks */
+/* closable-page */
paned.horizontal > notebook {
border-width: 1px 1px 1px 1px;
border-style: solid;
@@ -3626,6 +3644,10 @@ paned.horizontal > notebook > header button.flat.small-button {
padding: 1px;
}
+paned.horizontal > notebook > stack > box {
+ background-color: shade (@theme_bg_color, 1.1);
+}
+
/* tabs in dialog windows */
/* horizontal tabs */
window.background > box.vertical > notebook > header.top tab, /* pavu-control */
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 3a9048ef..dcf40608 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3462,6 +3462,24 @@ window.background.solid-csd > box.vertical > notebook:not(.frame) {
border-radius: 4px 4px 0px 0px;
}
+window.background > box.vertical > notebook:not(.frame) > stack > box,
+window.background.csd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.ssd > box.vertical > notebook:not(.frame) > stack > box,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > stack > box {
+ border-style: solid;
+ border-width: 0px 1px 1px 1px;
+ border-color: @notebook_border;
+}
+
+window.background > box.vertical > notebook:not(.frame) > header.top,
+window.background.csd > box.vertical > notebook:not(.frame) > header.top,
+window.background.ssd > box.vertical > notebook:not(.frame) > header.top,
+window.background.solid-csd > box.vertical > notebook:not(.frame) > header.top {
+ border-style: solid;
+ border-width: 1px 1px 0px 1px;
+ border-color: @notebook_border;
+}
+
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
background-color: shade (@theme_bg_color, 1.1);
border-radius: 0px 0px 4px 4px;
@@ -3603,7 +3621,7 @@ paned.horizontal > paned.vertical notebook > header button.flat {
padding: 1px;
}
-/* other notebooks */
+/* closable-page */
paned.horizontal > notebook {
border-width: 1px 1px 1px 1px;
border-style: solid;
@@ -3626,6 +3644,10 @@ paned.horizontal > notebook > header button.flat.small-button {
padding: 1px;
}
+paned.horizontal > notebook > stack > box {
+ background-color: shade (@theme_bg_color, 1.1);
+}
+
/* tabs in dialog windows */
/* horizontal tabs */
window.background > box.vertical > notebook > header.top tab, /* pavu-control */