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 | |
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')
5 files changed, 102 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; +} + diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 18e78735..b580ffb5 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -510,4 +510,22 @@ EggToolbarEditor.vertical scrolledwindow .frame { border-color: alpha(@frame_color, 0.6); } +/* 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; +} 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; +} + diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index 474f34c3..889c8de4 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -389,3 +389,26 @@ EggToolbarEditor.vertical scrolledwindow { border-style: none; } +/* 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; + padding-left: 4px; + padding-right: 4px; +} + +.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: @toolbar_border_top_color; + background-color: transparent; + background-image: linear-gradient(to bottom, + @toolbar_gradient_a 2px, + @toolbar_gradient_b 50%, + @toolbar_gradient_c 50%, + @toolbar_gradient_d); +} + diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index e54f5444..3ff76023 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -388,3 +388,26 @@ EggToolbarEditor.vertical scrolledwindow { border-style: none; } +/* 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; + padding-left: 4px; + padding-right: 4px; +} + +.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: @toolbar_border_top_color; + background-color: transparent; + background-image: linear-gradient(to bottom, + @toolbar_gradient_a 2px, + @toolbar_gradient_b 50%, + @toolbar_gradient_c 50%, + @toolbar_gradient_d); +} + |