From 79a28043687c10efe3d00b1be84b5e5aa115cc74 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 26 Feb 2016 13:59:40 +0100 Subject: GTK+-3.20 Blue-Submarine: style GvcMixerDialog (mate-volume-control) --- .../Blue-Submarine/gtk-3.0/mate-applications.css | 34 +++++++++++++++++----- 1 file changed, 27 insertions(+), 7 deletions(-) (limited to 'desktop-themes/Blue-Submarine/gtk-3.0') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 7ace0285..b4984f87 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -763,21 +763,41 @@ EggToolbarEditor.vertical scrolledwindow viewport.frame { } /************** - * mate-media FIXME* + * mate-media * **************/ -GvcMixerDialog .frame.flat { +GvcMixerDialog box.horizontal { + margin: 0px -3px 0px -3px; +} + +GvcMixerDialog box.horizontal box.horizontal frame { + background-color: shade (@theme_bg_color, 1.1); + border-color: @notebook_border; +} + +GvcMixerDialog box.horizontal box.horizontal frame label { + padding: 0px 0px 0px 10px; +} + +GvcMixerDialog notebook.frame:nth-child(even) { + border-radius: 3px 3px 0px 0px; +} + +GvcMixerDialog notebook.frame frame { border-style: none; } -GvcMixerDialog .vertical.dialog-vbox .notebook GtkScrolledWindow.frame { +/* fix weird borders in application page */ +GvcMixerDialog notebook.frame scrolledwindow.frame { border-style: none; - border-radius: 0px 0px 4px 4px; } -GvcMixerDialog .vertical.dialog-vbox .notebook .frame.flat GtkScrolledWindow.frame { - border-width: 1px; - border-radius: 0px; +GvcMixerDialog notebook.frame scrolledwindow.frame viewport.frame { + background-color: shade (@theme_bg_color, 1.1); +} + /* needed because of 'border-style: none' for application page */ +GvcMixerDialog notebook.frame box.vertical frame scrolledwindow.frame { + border-color: @notebook_border; border-style: solid; } -- cgit v1.2.1