summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-21 22:42:37 +0200
committerraveit65 <[email protected]>2016-06-21 22:43:07 +0200
commitc23cad6bd25a49c55b336f3edc5c9855e1bfbea4 (patch)
treec1dda5687b5cf7db1bc629b3140bc2962b0dfea2
parent1e9847a5f12a17417018498b8a46dfbf4461e7a8 (diff)
downloadmate-themes-c23cad6bd25a49c55b336f3edc5c9855e1bfbea4.tar.bz2
mate-themes-c23cad6bd25a49c55b336f3edc5c9855e1bfbea4.tar.xz
GTK+-3.20 TOK themes: fix wrong bg color of notebook in wifi password dialog, nm-applet
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css11
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css11
2 files changed, 22 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index e1a9da8d..56e198cf 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -1557,7 +1557,11 @@ stackswitcher > button:dir(ltr).text-button:checked:hover {
notebook {
padding: 0;
background-clip: border-box;
+}
+
+notebook.frame {
background-color: @notebook_bg_color;
+ background-clip: border-box;
border-color: @border_color;
border-style: solid;
border-width: 1px;
@@ -1565,12 +1569,19 @@ notebook {
}
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
+ background-color: @notebook_bg_color;
border-radius: 0px;
border-style: solid;
border-color: @border_color;
border-width: 1px 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: @notebook_bg_color;
+}
+
/* view areas, ie. pluma-, caja-tabs */
paned.horizontal notebook {
border-style: none;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 627ec884..81f0ede7 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1557,7 +1557,11 @@ stackswitcher > button:dir(ltr).text-button:checked:hover {
notebook {
padding: 0;
background-clip: border-box;
+}
+
+notebook.frame {
background-color: @notebook_bg_color;
+ background-clip: border-box;
border-color: @border_color;
border-style: solid;
border-width: 1px;
@@ -1565,12 +1569,19 @@ notebook {
}
printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook {
+ background-color: @notebook_bg_color;
border-radius: 0px;
border-style: solid;
border-color: @border_color;
border-width: 1px 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: @notebook_bg_color;
+}
+
/* view areas, ie. pluma-, caja-tabs */
paned.horizontal notebook {
border-style: none;