diff options
author | raveit65 <[email protected]> | 2015-08-13 17:26:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 17:28:30 +0200 |
commit | 210a0a250ee1be35ad38a3c2774a55804b8f5fe8 (patch) | |
tree | a36d54008509fd5b250870d24614c0bc653f62a9 | |
parent | 99de01565c246704752254a91c48eb618c408999 (diff) | |
download | mate-themes-210a0a250ee1be35ad38a3c2774a55804b8f5fe8.tar.bz2 mate-themes-210a0a250ee1be35ad38a3c2774a55804b8f5fe8.tar.xz |
GTK3: GreenLaguna: style bg of toolbar editor
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 58f171dd..a86873ab 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -518,3 +518,13 @@ ShellWindow GtkScrolledWindow .button.flat:hover { GtkDialog GtkScrolledWindow .view { background-color: shade(@base_color, 1.06) } + +/* atril and eom */ +EggToolbarEditor.vertical GtkScrolledWindow .frame { + background-color: shade(@base_color, 1.04); + border-color: @borders; + border-width: 1px; + border-radius: 0px; + border-style: solid; +} + |