From bcc1273e52a35158bc3cdf750516e24bbefea2f2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 6 May 2016 22:35:12 +0200 Subject: GTK+-3.20 some themes: style UI tab of mate-appearance-properties --- desktop-themes/Menta/gtk-3.0/mate-applications.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'desktop-themes/Menta') diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 081995f8..583a1680 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -728,3 +728,22 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b background-color: shade (@theme_bg_color, 1.0); } +/* mate-appearance-properties, UI tab */ + +.appearance-window > box.vertical.dialog-vbox > notebook.frame box.vertical > box.vertical > box.horizontal > box.vertical menubar { + border-style: solid; + border-width: 1px 1px 0px 1px; + border-color: darker (@theme_bg_color); + -GtkToolbar-button-relief: normal; +} + +.appearance-window > box.vertical.dialog-vbox > notebook.frame box.vertical > box.vertical > box.horizontal > box.vertical toolbar { + border-style: solid; + border-width: 1px; + border-color: darker (@theme_bg_color); + background-color: transparent; + -GtkToolbar-button-relief: normal; + padding-top: 3px; + padding-bottom: 3px; +} + -- cgit v1.2.1