diff options
author | raveit65 <[email protected]> | 2015-08-11 15:57:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 15:57:10 +0200 |
commit | c70be5933c8cc3ef0feb45eaf032e366143f56ee (patch) | |
tree | 99129249b180d21bd629c1cc420bfd304d3af9aa /desktop-themes/BlueMenta/gtk-3.0 | |
parent | c53f7411c9ea1c1f2b41aea208ee02c2923e2861 (diff) | |
download | mate-themes-c70be5933c8cc3ef0feb45eaf032e366143f56ee.tar.bz2 mate-themes-c70be5933c8cc3ef0feb45eaf032e366143f56ee.tar.xz |
GTK3: menta themes: style bg of toolbar editor
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 9492ef82..a9e597b8 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -812,3 +812,12 @@ EvWindow .toolbar .button.flat { padding: 0px 4px; } +/* atril and eom */ +EggToolbarEditor.vertical GtkScrolledWindow .frame { + background-color: shade (@theme_base_color, 1.0); + border-color: @borders; + border-width: 1px; + border-radius: 0px; + border-style: solid; +} + |