diff options
author | raveit65 <[email protected]> | 2015-04-24 23:21:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-24 23:21:40 +0200 |
commit | a322b80a93d02415b68d85281d5ac883291649fb (patch) | |
tree | ca2dda8668b316f139bbb641990f96400d69876b /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 28b5a8b9521f006dc3105f0aa7534670969f4ae7 (diff) | |
download | mate-themes-a322b80a93d02415b68d85281d5ac883291649fb.tar.bz2 mate-themes-a322b80a93d02415b68d85281d5ac883291649fb.tar.xz |
GreenLaguna GTK3: fix bg color in GtkTextView
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 5 |
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); } |