diff options
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 9 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 9 |
2 files changed, 18 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 3acbaa72..4aafbb6b 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -614,3 +614,12 @@ ShellWindow .button.flat:hover { border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; } +/* 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; +} + diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index c0470591..eebce6b0 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -616,3 +616,12 @@ ShellWindow .button.flat:hover { border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch; } +/* 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; +} + |