summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index aa8fd81e..cabb4f53 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -149,7 +149,7 @@
*********/
.view,
.view:insensitive { /* gdebi bug? */
- background-color: @theme_bg_color;
+ background-color: shade(@theme_bg_color, 1.02);
color: @theme_text_color;
border-radius: 0px;
/*border-width: 3px;*/
@@ -575,7 +575,6 @@ GtkLevelBar.vertical {
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.1),
shade(@theme_bg_color, 0.77));
-
-adwaita-focus-border-radius: 2;
}
@@ -1141,7 +1140,7 @@ GtkTreeMenu .menuitem * {
.scrollbar.button.horizontal:hover,
.scrollbar.button.vertical:hover {
background-image: none;
- background-color: background-color: shade(@theme_bg_color, 1.03);
+ background-color: shade(@theme_bg_color, 1.03);
border-color: shade(@highlighted_border, 1.1);
color: shade(@highlighted_border, 0.8);
}