diff options
author | raveit65 <[email protected]> | 2016-02-26 17:27:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-02 23:41:57 +0100 |
commit | c4299ff40ff630baea9e58272f532ac64ee3aa55 (patch) | |
tree | 087783a36c1a60ea2c0b99c7c66a51f26d5e265b /desktop-themes | |
parent | 5b7ea631e484586f3a443f28bb796c214ed01c2a (diff) | |
download | mate-themes-c4299ff40ff630baea9e58272f532ac64ee3aa55.tar.bz2 mate-themes-c4299ff40ff630baea9e58272f532ac64ee3aa55.tar.xz |
GTK+-3.20 Blue-Submarine: adjust mate-volume-control again
Diffstat (limited to 'desktop-themes')
-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 185e2fbc..9f5656fd 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 * *******/ |