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.
31 lines
549 B
CSS
31 lines
549 B
CSS
#messagetoolbar a.junk,
|
|
#messagetoolbar a.notjunk
|
|
{
|
|
background-image: url(images/mail_toolbar.png);
|
|
}
|
|
|
|
#messagetoolbar a.junk
|
|
{
|
|
background-position: center -14px;
|
|
}
|
|
|
|
#messagetoolbar a.notjunk
|
|
{
|
|
background-position: center -61px;
|
|
}
|
|
|
|
ul.toolbarmenu li a.junk span.icon,
|
|
ul.toolbarmenu li a.notjunk span.icon
|
|
{
|
|
background-image: url(images/messageactions.png) !important;
|
|
}
|
|
|
|
ul.toolbarmenu li a.junk span.icon
|
|
{
|
|
background-position: 1px -17px !important;
|
|
}
|
|
|
|
ul.toolbarmenu li a.notjunk span.icon
|
|
{
|
|
background-position: 1px 4px !important;
|
|
} |