summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-21 21:13:13 +0200
committerraveit65 <[email protected]>2016-06-21 21:45:26 +0200
commite11792c1de7dcc43964db25699a1f289b0cc879f (patch)
treefbe77273436b231a8d695d965a63ae45eadafe90 /desktop-themes
parent0d756bcfeb90353086f519a51b68b80c98ef5d8d (diff)
downloadmate-themes-e11792c1de7dcc43964db25699a1f289b0cc879f.tar.bz2
mate-themes-e11792c1de7dcc43964db25699a1f289b0cc879f.tar.xz
GTK+-3.20 BlackMate: fix wrong bg color of notebook in wifi password dialog, nm-applet
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 1c456462..1ec3d6a5 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -757,6 +757,7 @@ levelbar block.empty:backdrop {
notebook {
background-color: transparent;
border-radius: 3px;
+ padding: 1px 0px 1px 1px;
}
@@ -768,16 +769,16 @@ notebook header {
border-width: 0px;
}
-notebook,
-notebook {
- padding: 1px 0px 1px 1px;
+notebook.frame,
+printdialog > box.view.vertical.dialog-vbox > box.vertical > notebook,
+dialog.background.csd > box.vertical.dialog-vbox > notebook, /* eg. meld preferences */
+dialog.background.ssd > box.vertical.dialog-vbox > notebook,
+dialog.background.solid-csd > box.vertical.dialog-vbox > notebook {
background-color: @less_dark_color;
- /*background-clip: border-box;*/
- color: @theme_fg_color; /* gdebi bug? */
border-color: @less_dark_color;
border-style: solid;
border-width: 0px 1px 0px 1px;
-
+ color: @theme_fg_color;
}
notebook.arrow:disabled {