зеркало из https://github.com/mozilla/pjs.git
fix to classic topbar buttons. Many were using the wrong filetype
This commit is contained in:
Родитель
ef8839f6d7
Коммит
b661583e1e
|
@ -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,18 @@
|
|||
#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
|
||||
#calendar-month-view-button[disabled="true"]:hover:active,
|
||||
#calendar-month-view-button: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_down.gif");
|
||||
}
|
||||
#calendar-month-view-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/month_hover.png");
|
||||
}
|
||||
#calendar-month-view-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/month_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/month_hover.gif");
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
|
@ -227,22 +223,18 @@
|
|||
#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
|
||||
#calendar-week-view-button[disabled="true"]:hover:active,
|
||||
#calendar-week-view-button: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_down.gif");
|
||||
}
|
||||
#calendar-week-view-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/week_hover.png");
|
||||
}
|
||||
#calendar-week-view-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/week_down.png");
|
||||
list-style-image : url("chrome://calendar/skin/week_hover.gif");
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------
|
||||
|
@ -252,23 +244,19 @@
|
|||
#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");
|
||||
}
|
||||
#calendar-day-view-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/day_hover.png");
|
||||
}
|
||||
#calendar-day-view-button[disabled="true"]:hover:active,
|
||||
#calendar-day-view-button:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/day_down.gif");
|
||||
}
|
||||
#calendar-day-view-button:hover
|
||||
{
|
||||
list-style-image : url("chrome://calendar/skin/day_hover.gif");
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче