added hover & down on the all day events

This commit is contained in:
colinp%oeone.com 2002-03-25 16:00:19 +00:00
parent 8dc1cb09b1
commit 1680e92124
4 changed files with 4 additions and 2 deletions

View File

@ -33,6 +33,8 @@ calendar.jar:
locale/en-US/calendar/dateFormat.properties (locale/en-US/dateFormat.properties)
locale/en-US/calendar/global.dtd (locale/en-US/global.dtd)
skin/modern/calendar/all_day_event.gif (skin/modern/all_day_event.gif)
skin/modern/calendar/all_day_event_down.gif (skin/modern/all_day_event_down.gif)
skin/modern/calendar/all_day_event_hover.gif (skin/modern/all_day_event_hover.gif)
skin/modern/calendar/arrow_left.png (skin/modern/arrow_left.png)
skin/modern/calendar/arrow_left_down.png (skin/modern/arrow_left_down.png)
skin/modern/calendar/arrow_left_hover.png (skin/modern/arrow_left_hover.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 B

View File

@ -716,13 +716,13 @@
.all-day-event-class:hover,
.month-allday-busy-ind-class[busy="true"]:hover
{
list-style-image :url("chrome://calendar/skin/all_day_event.gif");
list-style-image :url("chrome://calendar/skin/all_day_event_hover.gif");
}
.all-day-event-class:hover:active,
.month-allday-busy-ind-class[busy="true"]:hover:active
{
list-style-image :url("chrome://calendar/skin/all_day_event.gif");
list-style-image :url("chrome://calendar/skin/all_day_event_down.gif");
}
.month-view-event-dot-class