summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-21 21:13:13 +0200
committerraveit65 <[email protected]>2016-06-21 21:44:56 +0200
commit8168f38fae2db9ea82c602a1d05fbf28fab06145 (patch)
tree9178ca9a4aea72ec05bfe5d9409f27d21c50f405 /desktop-themes/BlackMATE
parent1c4b0db296de4eab9b7771a63257b6160551dfaa (diff)
downloadmate-themes-8168f38fae2db9ea82c602a1d05fbf28fab06145.tar.bz2
mate-themes-8168f38fae2db9ea82c602a1d05fbf28fab06145.tar.xz
GTK+-3.20 BlackMate: fix wrong bg color of notebook in wifi password dialog, nm-applet
Diffstat (limited to 'desktop-themes/BlackMATE')
-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 99a5061b..ee61fef2 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 {