summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-25 10:06:48 +0200
committerraveit65 <[email protected]>2015-04-26 22:48:21 +0200
commitabee0a252a4e78b510a24322ada24d07ba4b71b0 (patch)
treeb5efb40a7fa98890ab8f74d286f0c9767e50a0fb /desktop-themes
parentb79f159180e817cfe758370755a430d9d06de0c2 (diff)
downloadmate-themes-abee0a252a4e78b510a24322ada24d07ba4b71b0.tar.bz2
mate-themes-abee0a252a4e78b510a24322ada24d07ba4b71b0.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.css6
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;