Add back monitor OSD style that did not surive the sass rewrite

This commit is contained in:
Florian Müllner 2015-02-21 16:28:07 +01:00
parent c02b66bad1
commit d6bb3de2fd
3 changed files with 13 additions and 3 deletions

View File

@ -440,7 +440,12 @@ StScrollBar {
.osd-window {
text-align: center;
font-weight: bold;
spacing: 1em; }
spacing: 1em;
margin: 32px;
min-width: 64px;
min-height: 64px; }
.osd-window .osd-monitor-label {
font-size: 3em; }
.osd-window .level {
height: 0.6em;
border-radius: 0.3em;

@ -1 +1 @@
Subproject commit 69dbdecb38e5e60209bfa4181d1a585c67002438
Subproject commit 48183dcf5a926e369235789981f85e206397413b

View File

@ -440,7 +440,12 @@ StScrollBar {
.osd-window {
text-align: center;
font-weight: bold;
spacing: 1em; }
spacing: 1em;
margin: 32px;
min-width: 64px;
min-height: 64px; }
.osd-window .osd-monitor-label {
font-size: 3em; }
.osd-window .level {
height: 0.6em;
border-radius: 0.3em;