styles for icon-buttons .num with "0"-amount

This commit is contained in:
Silke Pisulla 2017-01-03 15:18:50 +01:00
commit 9a1f716d9a
3 changed files with 21 additions and 11 deletions

View file

@ -18,6 +18,7 @@
li {
.btn-usertools-wrapper(); // uniform li
.btn-usertools-num();
float: right;
font-size: .8rem;
@ -38,7 +39,12 @@
margin: 0;
}
.btn-usertools-num ();
&.noopentasks {
.num {
background-color: @color-border;
color: @color-nav;
}
}
&.user {
border: 1px solid @color-border;