From b2cfe27fc39e73cf917482b510d1dd2618b005b3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 27 Oct 2016 20:48:25 +0200 Subject: GTK+-3.20 TOK themes: remove borders from css node frame fixes https://github.com/mate-desktop/mate-themes/issues/148 --- .../TraditionalOk/gtk-3.0/gtk-widgets.css | 4 ++-- .../TraditionalOk/gtk-3.0/mate-applications.css | 21 +++++++++++++++++++-- 2 files changed, 21 insertions(+), 4 deletions(-) (limited to 'desktop-themes/TraditionalOk/gtk-3.0') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 9502efe6..2be910d5 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -830,7 +830,7 @@ scale progressbar { * Frames * **********/ -frame { +.frame { border-width: 1px; border-color: @border_color; border-style: solid; @@ -839,7 +839,7 @@ frame { padding: 0; } -frame.flat { +.frame.flat { border-style:none; } diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 17790093..5053515f 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -125,8 +125,7 @@ PanelSeparator { /* main menu */ /* set normal menubar button */ .mate-panel-menu-bar menubar { - padding-top: 0px; - padding-bottom: 0px; + padding: 0px; } /* all applets */ @@ -483,3 +482,21 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check border-width: 1px; } +/*********************** + * mate-volume-control * + ***********************/ + +/* application notebook page */ +GvcMixerDialog notebook.frame scrolledwindow.frame { + border-style: none; +} + +/* override previous setting */ +GvcMixerDialog notebook.frame box scrolledwindow.frame { + border-style: solid; + border-color: @border_color; + border-width: 1px; + border-radius: 2px; + padding: 0; +} + -- cgit v1.2.1