summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-21 22:14:05 +0200
committerraveit65 <[email protected]>2016-06-21 22:14:47 +0200
commit1e9847a5f12a17417018498b8a46dfbf4461e7a8 (patch)
treee3c21a7b7eb85e87ee18dcef8a028ed10dc3d33d /desktop-themes/Green-Submarine
parent8168f38fae2db9ea82c602a1d05fbf28fab06145 (diff)
downloadmate-themes-1e9847a5f12a17417018498b8a46dfbf4461e7a8.tar.bz2
mate-themes-1e9847a5f12a17417018498b8a46dfbf4461e7a8.tar.xz
GTK+-3.20 Submarine themes: fix wrong bg color of notebook in wifi password dialog, nm-applet
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css9
1 files changed, 8 insertions, 1 deletions
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 3ac77aa5..ba710685 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;