diff options
author | raveit65 <[email protected]> | 2016-05-06 22:35:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-06 22:36:10 +0200 |
commit | bcc1273e52a35158bc3cdf750516e24bbefea2f2 (patch) | |
tree | 73dc58470c49d56d82308c6782af060a8dfc0162 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | c60defef39d77c4199aaf6212a296727d4438bd4 (diff) | |
download | mate-themes-bcc1273e52a35158bc3cdf750516e24bbefea2f2.tar.bz2 mate-themes-bcc1273e52a35158bc3cdf750516e24bbefea2f2.tar.xz |
GTK+-3.20 some themes: style UI tab of mate-appearance-properties
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 19 |
1 files changed, 19 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 b3c20022..ea847f44 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -732,3 +732,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; +} + |