diff options
author | raveit65 <[email protected]> | 2016-06-21 21:13:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-21 21:13:13 +0200 |
commit | 126a5f47fe0ad3a6602e993c2751a96c3832ad39 (patch) | |
tree | dc057b05fd3e7d7ca236bac9705edaec3afdb43b /desktop-themes | |
parent | a66a87221cb6889f5bbd6ad87c5e52b1a6913fce (diff) | |
download | mate-themes-126a5f47fe0ad3a6602e993c2751a96c3832ad39.tar.bz2 mate-themes-126a5f47fe0ad3a6602e993c2751a96c3832ad39.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.css | 13 |
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 { |