summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-11-01 13:11:17 +0100
committerraveit65 <[email protected]>2014-11-01 13:15:45 +0100
commit66f4afc13b9d60add82bc2e65d2b8b5945797d43 (patch)
tree295ca19a543ed95f7116c40e53766f0fbeca989d /desktop-themes
parentad1f49271787be8828fd229fccb2b3a4b90ced41 (diff)
downloadmate-themes-66f4afc13b9d60add82bc2e65d2b8b5945797d43.tar.bz2
mate-themes-66f4afc13b9d60add82bc2e65d2b8b5945797d43.tar.xz
GreenLaguna GTK3-3.12: adjust file-browser view
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 221f2805..ea4235a7 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -2518,7 +2518,7 @@ RBSource .cell.image {
NemoView .view,
NautilusView .view {
- background-color: shade(@base_color, 1.08)
+ background-color: shade(@base_color, 1.02)
}
.nautilus-inactive-pane .view,
@@ -2649,8 +2649,8 @@ NautilusPlacesSidebar *.cell:selected,
NemoPlacesSidebar .cell:selected,
NemoPlacesSidebar *.cell:selected {
background-image: linear-gradient(to bottom,
- shade(@theme_bg_color, 1.3),
- shade(@theme_bg_color, 0.73));
+ shade(@theme_bg_color, 1.2),
+ shade(@theme_bg_color, 0.63));
color: @theme_text_color;
border-radius: 2px;
}
@@ -2661,8 +2661,8 @@ NemoPlacesSidebar .cell:selected:focus,
NemoPlacesSidebar *.cell:selected:focus {
color: @theme_text_color;
background-image: linear-gradient(to top,
- shade(@theme_bg_color, 1.3),
- shade(@theme_bg_color, 0.73));
+ shade(@theme_bg_color, 1.2),
+ shade(@theme_bg_color, 0.63));
}
NautilusPlacesSidebar .cell.image:selected,