summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-10-25 19:40:49 +0100
committerWolfgang Ulbrich <[email protected]>2015-10-25 19:41:55 +0100
commit478e159e654fedd89da5dd35cbe57e1f1b1db01a (patch)
tree5f71612c266287d4da599469ed18130bc9481508 /desktop-themes/GreenLaguna
parentd201038995e5ce3a970939408f27819e149b3b54 (diff)
downloadmate-themes-478e159e654fedd89da5dd35cbe57e1f1b1db01a.tar.bz2
mate-themes-478e159e654fedd89da5dd35cbe57e1f1b1db01a.tar.xz
GTK+-3.18 most themes: fix bg of GtkGrid in GtkAboutDialog
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index c3377c89..846823e9 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -3243,6 +3243,14 @@ GtkIconView.content-view.check:selected {
background-color: transparent;
}
+/******************
+ * GtkAboutDialog *
+ ******************/
+
+GtkAboutDialog.background .vertical.dialog-vbox GtkGrid.vertical {
+ background: transparent;
+}
+
/*********************
* App Notifications *
*********************/