diff options
author | raveit65 <[email protected]> | 2016-02-26 17:27:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-02-26 17:27:50 +0100 |
commit | 4364d623cac0b4e56d067f46211a403705d5c8fc (patch) | |
tree | a2f88dac637c8227585b00ef0ef6b9d8945670de | |
parent | 79a28043687c10efe3d00b1be84b5e5aa115cc74 (diff) | |
download | mate-themes-4364d623cac0b4e56d067f46211a403705d5c8fc.tar.bz2 mate-themes-4364d623cac0b4e56d067f46211a403705d5c8fc.tar.xz |
GTK+-3.20 Blue-Submarine: adjust mate-volume-control again
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 13 |
1 files changed, 12 insertions, 1 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 b4984f87..d5044bf2 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -776,7 +776,7 @@ GvcMixerDialog box.horizontal box.horizontal frame { } GvcMixerDialog box.horizontal box.horizontal frame label { - padding: 0px 0px 0px 10px; + padding: 0px 0px 0px 14px; } GvcMixerDialog notebook.frame:nth-child(even) { @@ -801,6 +801,17 @@ GvcMixerDialog notebook.frame box.vertical frame scrolledwindow.frame { border-style: solid; } +GvcMixerDialog notebook.frame box.vertical box.horizontal frame label { + padding: 0px 0px 0px 6px; +} + +GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal label { + padding: 0px 0px 0px 6px; +} + +GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame box.horizontal box.horizontal label { + padding: 0px 0px 0px 10px; +} /******* * Eom * *******/ |