diff options
author | raveit65 <[email protected]> | 2015-04-25 10:06:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-27 00:28:32 +0200 |
commit | d9c76d8eddd65b50752efb63197238b3e545045a (patch) | |
tree | 26a21c44ba50479492e38e988c0a0f67d10be8dc /desktop-themes | |
parent | c2ed6da6960196e3308c763e98bba8af44f1db38 (diff) | |
download | mate-themes-d9c76d8eddd65b50752efb63197238b3e545045a.tar.bz2 mate-themes-d9c76d8eddd65b50752efb63197238b3e545045a.tar.xz |
BlackMATE GTK3: adjust bg color GtkIconView, GtkCalendar GtkViewPort
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index ab7fd331..c739dc72 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -242,7 +242,7 @@ GtkTextView { GtkCalendar.view, GtkIconView.view, GtkDialog .view { - background-color: @theme_bg_color; + background-color: @less_dark_color; color: @theme_fg_color; } @@ -2715,6 +2715,10 @@ GtkIconView { padding: 0px; } +GtkViewport { + background-color: @less_dark_color; +} + GtkIconView.view.cell:selected, GtkIconView.view.cell:selected:focus { background-color: transparent; |