Checked in patch 157778 for bug 248399:Update Sunbird classic theme

This commit is contained in:
mostafah%oeone.com 2004-11-05 19:39:23 +00:00
parent e37e3dacd6
commit 020bc3a471

View File

@ -754,7 +754,20 @@ toolbar[iconsize="small"] #calendar-new-task-button:hover:active {
padding: 0px !important; padding: 0px !important;
min-width: 0; min-width: 0;
background-color: transparent; background-color: transparent;
list-style-image: url('chrome://calendar/content/sunbird_small.png'); list-style-image: url('chrome://calendar/skin/Throbber.png');
}
#navigator-throbber[busy="true"] {
list-style-image: url('chrome://calendar/skin/Throbber.gif');
-moz-opacity: 0.5;
}
toolbar[iconsize="small"] #navigator-throbber {
list-style-image: url('chrome://calendar/skin/Throbber-small.png');
}
toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
list-style-image: url('chrome://calendar/skin/Throbber-small.gif');
} }
/*-------------------------------------------------------------------- /*--------------------------------------------------------------------