diff options
author | raveit65 <[email protected]> | 2015-08-13 17:26:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 17:27:57 +0200 |
commit | a2d9562ee8030111d50670f0217dadf270c5f547 (patch) | |
tree | f7a5e5d1b38f67c1f8e9c2762f78a678e6440196 /desktop-themes | |
parent | 3a5f9fed11b25c5bcfd4a65b70e66a5a9246e644 (diff) | |
download | mate-themes-a2d9562ee8030111d50670f0217dadf270c5f547.tar.bz2 mate-themes-a2d9562ee8030111d50670f0217dadf270c5f547.tar.xz |
GTK3: GreenLaguna: style bg of toolbar editor
Diffstat (limited to 'desktop-themes')
-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 5e38a53f..05e9cc58 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -547,3 +547,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; +} + |