diff options
author | raveit65 <[email protected]> | 2015-04-24 16:21:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-24 18:52:14 +0200 |
commit | 86748b4a5d9ad6404a26eca0bd12b7bb6e43cb30 (patch) | |
tree | 1a6966d00107860f7d793116a045f67a4ba34cd6 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 85de267b43f711999acf18147d45af10a1a99122 (diff) | |
download | mate-themes-86748b4a5d9ad6404a26eca0bd12b7bb6e43cb30.tar.bz2 mate-themes-86748b4a5d9ad6404a26eca0bd12b7bb6e43cb30.tar.xz |
BlackMATE, GreenLaguna GTK3: set bg color of GtkViewPort
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 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 ccb84b09..43eb3424 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1786,6 +1786,7 @@ GtkLabel:insensitive { GtkViewport, GtkIconView { + background-color: @theme_main_color; border-radius: 3px; padding: 0px; } |