2015-08-03 11:35:01 +02:00
|
|
|
#notifs_widget li:not(:first-child) {
|
|
|
|
display: list-item;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notifs_widget li img {
|
|
|
|
max-height: 2em;
|
|
|
|
float: left;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
border-radius: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notifs_widget.groupshown li:not(:first-child){
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notifs_widget.groupshown ul li:first-child:before {
|
2015-08-19 11:28:28 +02:00
|
|
|
font-family: "Material Design Iconic Font";
|
|
|
|
content: "\f2c2";
|
2015-08-03 11:35:01 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notifs_widget ul li:first-child:before {
|
2015-08-19 11:28:28 +02:00
|
|
|
font-family: "Material Design Iconic Font";
|
|
|
|
content: "\f2c0";
|
2015-08-03 11:35:01 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|