diff options
author | raveit65 <[email protected]> | 2015-08-13 17:26:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 17:28:12 +0200 |
commit | abf7d26a79111bc1beefe8c21eba422c4dda7d4f (patch) | |
tree | 5791d6bce6e6c0f32630b6151d214c5322318c5c | |
parent | 3148abd2391b44d1bcd4e0af2d589ad05399ae83 (diff) | |
download | mate-themes-abf7d26a79111bc1beefe8c21eba422c4dda7d4f.tar.bz2 mate-themes-abf7d26a79111bc1beefe8c21eba422c4dda7d4f.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; +} + |