You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#taskmenu a.button-mailu {
|
|
|
|
background: url('/static/mailu.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
background-position-y: 6px;
|
|
|
|
background-size: 22px 22px;
|
|
|
|
}
|
|
|
|
#taskmenu a.button-mailu.selected, #taskmenu a.button-mailu.selected:hover, #taskmenu a.button-mailu:hover {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #45555c;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 480px) {
|
|
|
|
#taskmenu a.button-mailu {
|
|
|
|
background-position: 0px;
|
|
|
|
background-size: 40px 40px;
|
|
|
|
}
|
|
|
|
#taskmenu a.button-mailu.selected, #taskmenu a.button-mailu.selected:hover, #taskmenu a.button-mailu:hover {
|
|
|
|
color: #000;
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
}
|