gecko-dev/themes/modern/global/tasksOverlay.css
dbaron%fas.harvard.edu cfceba7dca Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00

48 lines
863 B
CSS

#mini-nav
{
list-style-image : url("chrome://global/skin/taskbar-navigator.gif");
}
#mini-mail
{
list-style-image : url("chrome://global/skin/taskbar-mail.gif");
}
#mini-mail[BiffState="NewMail"]
{
list-style-image : url("chrome://global/skin/taskbar-mailnew.gif");
}
#mini-addr
{
list-style-image : url("chrome://global/skin/taskbar-addressbook.gif");
}
#mini-comp
{
list-style-image : url("chrome://global/skin/taskbar-composer.gif");
}
#taskbar > toolbar
{
margin-top : 2px;
min-height : 1em;
-moz-user-focus : ignore;
}
.taskbutton
{
margin-right : 1em !important;
}
.taskbarspacer
{
min-width : 0.3em;
width : 1em;
}
#taskbar > toolbargrippy
{
display : none;
}