diff options
author | raveit65 <[email protected]> | 2015-04-24 14:01:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-24 14:01:41 +0200 |
commit | 522554537737a8d7d04b5d77af2e957bb605b6ff (patch) | |
tree | e143a81db64e0c7418efa03006f516bc1abb69b4 /desktop-themes | |
parent | 0d7a837d867a79ce490bc2f49ce95661f3646c98 (diff) | |
download | mate-themes-522554537737a8d7d04b5d77af2e957bb605b6ff.tar.bz2 mate-themes-522554537737a8d7d04b5d77af2e957bb605b6ff.tar.xz |
GreenLaguna GTK3: fix bg color in GtkTextView and GtkScrolledWindow GtkTextView
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index fed56fb7..5c48d5cb 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -197,7 +197,7 @@ GtkTextView.view, GtkTextView.view:insensitive, GtkTextView.entry, /* For Yelp */ GtkHTML { /* For Evolution */ - background-color: shade(@theme_bg_color, 1.03); + background-color: @theme_main_color; color: @theme_text_color; } @@ -492,19 +492,6 @@ GtkCalendar { border-width: 1px 0 0; } -GtkScrolledWindow.frame { - border-style: solid; - border-color: @borders; - border-width: 1px; - border-radius: 2px; - padding: 0; -} - -/* no double frames */ -GtkScrolledWindow GtkViewport.frame { - border-style: none; -} - /*************** * GtkLevelBar * ***************/ @@ -1214,7 +1201,7 @@ GtkTreeMenu .menuitem * { } .scrollbar.button:insensitive, -.siderbar .scrollbar.button:insensitive { +.sidebar .scrollbar.button:insensitive { background-image: none; background-color: @theme_bg_color; color: @insensitive_fg_color; @@ -2026,6 +2013,10 @@ GtkStatusbar .frame { border-width: 0; } +GtkScrolledWindow GtkTextView { + background-color: @theme_base_color; +} + GtkScrolledWindow, GtkOverlay /* for floating bars */ { background-color: transparent; |