diff options
author | raveit65 <[email protected]> | 2015-08-11 15:57:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-11 15:58:38 +0200 |
commit | ebeb558bda46463302a5ae8a4ef56ec48f9e27e4 (patch) | |
tree | 0af1c897c46ab14a5db7e0116cbaada4c0f83834 | |
parent | 31d89e36af2cf136d80f01c0adfdde1d33cbf252 (diff) | |
download | mate-themes-ebeb558bda46463302a5ae8a4ef56ec48f9e27e4.tar.bz2 mate-themes-ebeb558bda46463302a5ae8a4ef56ec48f9e27e4.tar.xz |
GTK3: menta themes: style bg of toolbar editor
-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; +} + |