diff options
author | raveit65 <[email protected]> | 2015-08-13 21:58:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-13 21:59:30 +0200 |
commit | 1815bb2d33907e5f66321f92e8f5863fa16f21be (patch) | |
tree | 82a79d77b7deb952d305c211985293d089201278 /desktop-themes/TraditionalOk | |
parent | c3cb81866cf687137b0be84bef0b84b434c0d0b8 (diff) | |
download | mate-themes-1815bb2d33907e5f66321f92e8f5863fa16f21be.tar.bz2 mate-themes-1815bb2d33907e5f66321f92e8f5863fa16f21be.tar.xz |
GTK3: traditional themes: style bg of toolbar editor
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 0dff2c20..20bbff81 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -454,3 +454,12 @@ EvSidebar .flat.button { padding: 4px; } +/* atril and eom */ +EggToolbarEditor.vertical GtkScrolledWindow .frame { + background-color: shade (@theme_base_color, 1.0); + border-color: @border_color; + border-width: 1px; + border-radius: 0px; + border-style: solid; +} + |