Bug 785580 Lightning Calendar/Task icons don't show up in the SeaMonkey All-Tabs popup menu r=philipp.

This commit is contained in:
Philip Chee 2012-10-01 18:46:24 +08:00
Родитель 50f248fdba
Коммит 6e696688ed
4 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,7 @@
-moz-image-region: rect(0px 16px 16px 0px);
}
.icon-holder[type="calendar"],
.tabmail-tab[type="calendar"] {
list-style-image: url(chrome://lightning/skin/mode-switch-icons-aero.png);
-moz-image-region: rect(16px 16px 32px 0px);
@ -22,6 +23,7 @@
-moz-image-region: rect(0px 32px 16px 16px);
}
.icon-holder[type="tasks"],
.tabmail-tab[type="tasks"] {
list-style-image: url(chrome://lightning/skin/mode-switch-icons-aero.png);
-moz-image-region: rect(16px 32px 32px 16px);

Просмотреть файл

@ -24,11 +24,13 @@
}
/* ::: tab icons ::: */
.icon-holder[type="calendar"],
.tabmail-tab[type="calendar"] {
list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
-moz-image-region: rect(0px 64px 16px 48px);
}
.icon-holder[type="tasks"],
.tabmail-tab[type="tasks"] {
list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
-moz-image-region: rect(0px 80px 16px 64px);

Просмотреть файл

@ -98,20 +98,24 @@ radio[pane=paneLightning] {
}
/* ::: tab icons ::: */
.icon-holder[type="calendar"],
.tabmail-tab[type="calendar"] {
list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
-moz-image-region: rect(0px 64px 16px 48px);
}
.icon-holder[type="calendar"][selected="true"],
.tabmail-tab[type="calendar"][selected="true"] {
-moz-image-region: rect(16px 64px 32px 48px);
}
.icon-holder[type="tasks"],
.tabmail-tab[type="tasks"] {
list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
-moz-image-region: rect(0px 80px 16px 64px);
}
.icon-holder[type="tasks"][selected="true"],
.tabmail-tab[type="tasks"][selected="true"] {
-moz-image-region: rect(16px 80px 32px 64px);
}

Просмотреть файл

@ -40,20 +40,24 @@ radio[pane=paneLightning] {
}
/* ::: tab icons ::: */
.icon-holder[type="calendar"],
.tabmail-tab[type="calendar"] {
list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
-moz-image-region: rect(0px 64px 16px 48px);
}
.icon-holder[type="calendar"][selected="true"],
.tabmail-tab[type="calendar"][selected="true"] {
-moz-image-region: rect(16px 64px 32px 48px);
}
.icon-holder[type="tasks"],
.tabmail-tab[type="tasks"] {
list-style-image: url(chrome://lightning/skin/mode-switch-icons.png);
-moz-image-region: rect(0px 80px 16px 64px);
}
.icon-holder[type="tasks"][selected="true"],
.tabmail-tab[type="tasks"][selected="true"] {
-moz-image-region: rect(16px 80px 32px 64px);
}