diff options
author | raveit65 <[email protected]> | 2017-04-01 10:04:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-01 10:05:26 +0200 |
commit | ad3daa4b8506c8e314774e83974be3f8f57cf797 (patch) | |
tree | 8a59cef21f9bf40f32a8bc9e48493fec0fb0fac8 /desktop-themes/Menta/gtk-3.0 | |
parent | 2c8fbd3ef73a2086b490af894148f85edb17d49a (diff) | |
download | mate-themes-ad3daa4b8506c8e314774e83974be3f8f57cf797.tar.bz2 mate-themes-ad3daa4b8506c8e314774e83974be3f8f57cf797.tar.xz |
Gtk+-3.20 Menta themes: sort mate-applications.css
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 931a4fe7..b6475733 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -549,27 +549,6 @@ na-tray-applet widget box widget { } /**************** - * Mate-Terminal * - ****************/ - -/* how strange is that? a bg above the header bg? This solves non colored pixels*/ -.mate-terminal notebook header.top tabs { - background-color: @theme_bg_color; -} - -/* override settings for pavu-control */ -window.background.mate-terminal > box.vertical > notebook > header.top tab, -window.background.mate-terminal > box.vertical > notebook > header.top tab:checked, -window.background.mate-terminal > box.vertical > notebook > header.top tab:checked:hover { - border-radius: 4px 4px 0px 0px; - padding: 2px 2px 2px 6px; - margin: 0px 0px 0px -1px; - border-style: solid; - border-color: @borders; - border-width: 1px; -} - -/**************** * Pluma * ****************/ @@ -912,6 +891,23 @@ window.background.mate-terminal > box.vertical > notebook > header.top { border-color: @theme_bg_color; } +/* how strange is that? a bg above the header bg? This solves non colored pixels*/ +window.background.mate-terminal > box.vertical > notebook > header.top tabs { + background-color: @theme_bg_color; +} + +/* override settings for pavu-control */ +window.background.mate-terminal > box.vertical > notebook > header.top tab, +window.background.mate-terminal > box.vertical > notebook > header.top tab:checked, +window.background.mate-terminal > box.vertical > notebook > header.top tab:checked:hover { + border-radius: 4px 4px 0px 0px; + padding: 2px 2px 2px 6px; + margin: 0px 0px 0px -1px; + border-style: solid; + border-color: @borders; + border-width: 1px; +} + /************************* * mate-power-statistics * *************************/ |