diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 38 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 38 |
2 files changed, 34 insertions, 42 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index b3870379..190cfd5f 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -550,27 +550,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 * ****************/ @@ -909,6 +888,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 * *************************/ 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 * *************************/ |