diff options
author | raveit65 <[email protected]> | 2017-04-01 10:04:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-01 10:04:48 +0200 |
commit | d0b0c4cf6965742ac7cc22c91e4da670ee032552 (patch) | |
tree | 90c5d598c1a34197d4e97dad191a3680938dcb2e /desktop-themes/Menta | |
parent | c62aa18135f964a932989f049ac3f45ed076bf83 (diff) | |
download | mate-themes-d0b0c4cf6965742ac7cc22c91e4da670ee032552.tar.bz2 mate-themes-d0b0c4cf6965742ac7cc22c91e4da670ee032552.tar.xz |
Gtk+-3.20 Menta themes: sort mate-applications.css
Diffstat (limited to 'desktop-themes/Menta')
-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 * *************************/ |