mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
added hover & down on the all day events
This commit is contained in:
parent
8dc1cb09b1
commit
1680e92124
@ -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)
|
||||
|
BIN
calendar/resources/skin/modern/all_day_event_down.gif
Normal file
BIN
calendar/resources/skin/modern/all_day_event_down.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 568 B |
BIN
calendar/resources/skin/modern/all_day_event_hover.gif
Normal file
BIN
calendar/resources/skin/modern/all_day_event_hover.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 569 B |
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user