diff options
author | raveit65 <[email protected]> | 2016-02-26 13:59:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-26 14:01:11 +0100 |
commit | 79a28043687c10efe3d00b1be84b5e5aa115cc74 (patch) | |
tree | 0be9716a420bf05e1201536f5e130ec3f19333bb | |
parent | 3aefe7a0ae00a71386973015cf4e615fe13f74e9 (diff) | |
download | mate-themes-79a28043687c10efe3d00b1be84b5e5aa115cc74.tar.bz2 mate-themes-79a28043687c10efe3d00b1be84b5e5aa115cc74.tar.xz |
GTK+-3.20 Blue-Submarine: style GvcMixerDialog (mate-volume-control)
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 34 |
1 files changed, 27 insertions, 7 deletions
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; } |