Avoid pure black icons in Notification Panel

The pure black icons which drew too much
attention when they are next to a lighter
text is changed by controlling the opacity
of the icons.

Bug: T119378
Change-Id: I2e6c8d47187621607a915e49cfe5380c744efe56
This commit is contained in:
haritha28 2016-01-07 17:06:56 +05:30
parent e3cf5a44ec
commit ddc3280c9d

View file

@ -57,6 +57,7 @@
> .oo-ui-iconWidget {
margin: 0.7em 0 1em 1em;
float: left;
opacity: 0.8;
}
> .oo-ui-labelElement-label {