summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-24 23:21:40 +0200
committerraveit65 <[email protected]>2015-04-24 23:21:40 +0200
commita322b80a93d02415b68d85281d5ac883291649fb (patch)
treeca2dda8668b316f139bbb641990f96400d69876b
parent28b5a8b9521f006dc3105f0aa7534670969f4ae7 (diff)
downloadmate-themes-a322b80a93d02415b68d85281d5ac883291649fb.tar.bz2
mate-themes-a322b80a93d02415b68d85281d5ac883291649fb.tar.xz
GreenLaguna GTK3: fix bg color in GtkTextView
-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);
}