summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css9
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css9
2 files changed, 16 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 98c1eb89..fc105e93 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3271,11 +3271,11 @@ button.flat.link.text-button {
notebook {
padding: 0;
background-clip: border-box;
- background-color: shade (@theme_bg_color, 1.1);
border-style: none;
}
notebook.frame {
+ background-color: shade (@theme_bg_color, 1.1);
border-style: solid;
border-color: @notebook_border;
border-width: 1px;
@@ -3283,12 +3283,19 @@ notebook.frame {
}
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
+ background-color: shade (@theme_bg_color, 1.1);
border-radius: 0px 0px 4px 4px;
border-style: solid;
border-color: @notebook_border;
border-width: 0px 0px 1px 0px;
}
+dialog.background.csd > box.vertical.dialog-vbox > notebook, /* meld preferences */
+dialog.background.ssd > box.vertical.dialog-vbox > notebook,
+dialog.background.solid-csd > box.vertical.dialog-vbox > notebook {
+ background-color: shade (@theme_bg_color, 1.1);
+}
+
notebook header.top {
border-radius: 4px 4px 0px 0px;
border-width: 0px 0px 1px 0px;
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 1696aada..5e48bd5a 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3272,11 +3272,11 @@ button.flat.link.text-button {
notebook {
padding: 0;
background-clip: border-box;
- background-color: shade (@theme_bg_color, 1.1);
border-style: none;
}
notebook.frame {
+ background-color: shade (@theme_bg_color, 1.1);
border-style: solid;
border-color: @notebook_border;
border-width: 1px;
@@ -3284,12 +3284,19 @@ notebook.frame {
}
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
+ background-color: shade (@theme_bg_color, 1.1);
border-radius: 0px 0px 4px 4px;
border-style: solid;
border-color: @notebook_border;
border-width: 0px 0px 1px 0px;
}
+dialog.background.csd > box.vertical.dialog-vbox > notebook, /* meld preferences */
+dialog.background.ssd > box.vertical.dialog-vbox > notebook,
+dialog.background.solid-csd > box.vertical.dialog-vbox > notebook {
+ background-color: shade (@theme_bg_color, 1.1);
+}
+
notebook header.top {
border-radius: 4px 4px 0px 0px;
border-width: 0px 0px 1px 0px;