зеркало из https://github.com/mozilla/pjs.git
Fixing incorrect file names in css ( mostly png to gif ). Fixes bug 141399
This commit is contained in:
Родитель
923cfa6654
Коммит
564a3b3c57
|
@ -63,7 +63,7 @@
|
|||
|
||||
#calendar-controls-box
|
||||
{
|
||||
background-image : url("chrome://calendar/skin/calendar_topbar.png");
|
||||
background-image : url("chrome://calendar/skin/calendar_topbar.gif");
|
||||
background-repeat : no-repeat;
|
||||
min-height : 33px;
|
||||
max-height : 33px;
|
||||
|
@ -76,21 +76,21 @@
|
|||
#calendar-new-event-button
|
||||
{
|
||||
padding-top: 1px;
|
||||
list-style-image : url("chrome://calendar/skin/newitem_up.png");
|
||||
list-style-image : url("chrome://calendar/skin/newitem_up.gif");
|
||||
}
|
||||
#calendar-new-event-button[disabled="true"],
|
||||
#calendar-new-event-button[disabled="true"]:hover,
|
||||
#calendar-new-event-button[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/newitem_disabled.png");
|
||||
list-style-image : url("chrome://calendar/skin/newitem_disabled.gif");
|
||||
}
|
||||
#calendar-new-event-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/newitem_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/newitem_hover.gif");
|
||||
}
|
||||
#calendar-new-event-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/newitem_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/newitem_down.gif");
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
|
@ -152,21 +152,21 @@
|
|||
#calendar-go-to-today-button
|
||||
{
|
||||
padding-top: 1px;
|
||||
list-style-image : url("chrome://calendar/skin/today_up.png");
|
||||
list-style-image : url("chrome://calendar/skin/today_up.gif");
|
||||
}
|
||||
#calendar-go-to-today-button[disabled="true"],
|
||||
#calendar-go-to-today-button[disabled="true"]:hover,
|
||||
#calendar-go-to-today-button[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/today_disabled.png");
|
||||
list-style-image : url("chrome://calendar/skin/today_disabled.gif");
|
||||
}
|
||||
#calendar-go-to-today-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/today_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/today_hover.gif");
|
||||
}
|
||||
#calendar-go-to-today-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/today_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/today_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
@ -177,21 +177,21 @@
|
|||
#calendar-choose-date-button
|
||||
{
|
||||
padding-top: 1px;
|
||||
list-style-image : url("chrome://calendar/skin/goto_up.png");
|
||||
list-style-image : url("chrome://calendar/skin/goto_up.gif");
|
||||
}
|
||||
#calendar-choose-date-button[disabled="true"],
|
||||
#calendar-choose-date-button[disabled="true"]:hover,
|
||||
#calendar-choose-date-button[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/goto_disabled.png");
|
||||
list-style-image : url("chrome://calendar/skin/goto_disabled.gif");
|
||||
}
|
||||
#calendar-choose-date-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/goto_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/goto_hover.gif");
|
||||
}
|
||||
#calendar-choose-date-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/goto_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/goto_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
@ -202,22 +202,22 @@
|
|||
#calendar-month-view-button
|
||||
{
|
||||
padding-top: 1px;
|
||||
list-style-image : url("chrome://calendar/skin/month_up.png");
|
||||
list-style-image : url("chrome://calendar/skin/month_up.gif");
|
||||
}
|
||||
#calendar-month-view-button[disabled="true"],
|
||||
#calendar-month-view-button[disabled="true"]:hover,
|
||||
#calendar-month-view-button[disabled="true"]:hover:active
|
||||
{
|
||||
/*list-style-image : url("chrome://calendar/skin/month_disabled.png");*/
|
||||
list-style-image : url("chrome://calendar/skin/month_down.png");
|
||||
/*list-style-image : url("chrome://calendar/skin/month_disabled.gif");*/
|
||||
list-style-image : url("chrome://calendar/skin/month_down.gif");
|
||||
}
|
||||
#calendar-month-view-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/month_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/month_hover.gif");
|
||||
}
|
||||
#calendar-month-view-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/month_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/month_down.gif");
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
|
@ -227,22 +227,22 @@
|
|||
#calendar-week-view-button
|
||||
{
|
||||
padding-top: 1px;
|
||||
list-style-image : url("chrome://calendar/skin/week_up.png");
|
||||
list-style-image : url("chrome://calendar/skin/week_up.gif");
|
||||
}
|
||||
#calendar-week-view-button[disabled="true"],
|
||||
#calendar-week-view-button[disabled="true"]:hover,
|
||||
#calendar-week-view-button[disabled="true"]:hover:active
|
||||
{
|
||||
/*list-style-image : url("chrome://calendar/skin/week_disabled.png");*/
|
||||
list-style-image : url("chrome://calendar/skin/week_down.png");
|
||||
/*list-style-image : url("chrome://calendar/skin/week_disabled.gif");*/
|
||||
list-style-image : url("chrome://calendar/skin/week_down.gif");
|
||||
}
|
||||
#calendar-week-view-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/week_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/week_hover.gif");
|
||||
}
|
||||
#calendar-week-view-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/week_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/week_down.gif");
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
|
@ -252,18 +252,18 @@
|
|||
#calendar-day-view-button
|
||||
{
|
||||
padding-top: 1px;
|
||||
list-style-image : url("chrome://calendar/skin/day_up.png");
|
||||
list-style-image : url("chrome://calendar/skin/day_up.gif");
|
||||
}
|
||||
#calendar-day-view-button[disabled="true"],
|
||||
#calendar-day-view-button[disabled="true"]:hover,
|
||||
#calendar-day-view-button[disabled="true"]:hover:active
|
||||
{
|
||||
/*list-style-image : url("chrome://calendar/skin/day_disabled.png");*/
|
||||
list-style-image : url("chrome://calendar/skin/day_down.png");
|
||||
/*list-style-image : url("chrome://calendar/skin/day_disabled.gif");*/
|
||||
list-style-image : url("chrome://calendar/skin/day_down.gif");
|
||||
}
|
||||
#calendar-day-view-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/day_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/day_hover.gif");
|
||||
}
|
||||
#calendar-day-view-button:hover:active
|
||||
{
|
||||
|
|
|
@ -179,11 +179,11 @@
|
|||
}
|
||||
.event-date-button-class:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_hover.gif");
|
||||
}
|
||||
.event-date-button-class:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
@ -204,11 +204,11 @@
|
|||
}
|
||||
#start-time-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_hover.gif");
|
||||
}
|
||||
#start-time-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
@ -229,11 +229,11 @@
|
|||
}
|
||||
#end-time-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_hover.gif");
|
||||
}
|
||||
#end-time-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
@ -255,11 +255,11 @@
|
|||
}
|
||||
#repeat-end-date-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_hover.gif");
|
||||
}
|
||||
#repeat-end-date-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -179,11 +179,11 @@
|
|||
}
|
||||
.event-date-button-class:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_hover.gif");
|
||||
}
|
||||
.event-date-button-class:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
@ -204,11 +204,11 @@
|
|||
}
|
||||
#start-time-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_hover.gif");
|
||||
}
|
||||
#start-time-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
@ -229,11 +229,11 @@
|
|||
}
|
||||
#end-time-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_hover.gif");
|
||||
}
|
||||
#end-time-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/clock_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
@ -255,11 +255,11 @@
|
|||
}
|
||||
#repeat-end-date-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_hover.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_hover.gif");
|
||||
}
|
||||
#repeat-end-date-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/ca-event-dialog/calendar_down.gif");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
#calendar-controls-box
|
||||
{
|
||||
background-image : url("chrome://calendar/skin/calendar_topbar.png");
|
||||
background-image : url("chrome://calendar/skin/calendar_topbar.gif");
|
||||
background-repeat : no-repeat;
|
||||
min-height : 33px;
|
||||
max-height : 33px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче