summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-10-25 19:40:49 +0100
committerWolfgang Ulbrich <[email protected]>2015-10-25 19:40:49 +0100
commitdafdc0069c1b50791faa3eed00398c35b93ab5c8 (patch)
treedb8b8045b8c525fb05c94bde2491a01b5d51ad03 /desktop-themes/TraditionalOkTest
parentd92263e9ad617fb1ffc9e6d3ef5abe159e6c9b65 (diff)
downloadmate-themes-dafdc0069c1b50791faa3eed00398c35b93ab5c8.tar.bz2
mate-themes-dafdc0069c1b50791faa3eed00398c35b93ab5c8.tar.xz
GTK+-3.18 most themes: fix bg of GtkGrid in GtkAboutDialog
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index 403c175a..0b981531 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -3038,3 +3038,11 @@ GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical {
border-width: 1px;
}
+/******************
+ * GtkAboutDialog *
+ ******************/
+
+GtkAboutDialog.background .vertical.dialog-vbox GtkGrid.vertical {
+ background: transparent;
+}
+