зеркало из https://github.com/mozilla/gecko-dev.git
Bug 366842: Pinstripe addressbook icons wrong in customization palette, r=mscott
This commit is contained in:
Родитель
2968f05936
Коммит
7cd3790c85
|
@ -59,7 +59,7 @@
|
|||
/* ::::: primary toolbar buttons ::::: */
|
||||
|
||||
.toolbarbutton-1 {
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar.png");
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar.png");
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,7 @@ toolbarbutton[type="menu-button"] > toolbarbutton {
|
|||
/* ::::: new single card icon ::::: */
|
||||
|
||||
#button-newcard {
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar.png");
|
||||
-moz-image-region: rect(0px 32px 32px 0px);
|
||||
}
|
||||
|
||||
|
@ -87,6 +88,7 @@ toolbarbutton[type="menu-button"] > toolbarbutton {
|
|||
/* ::::: new list card icon ::::: */
|
||||
|
||||
#button-newlist {
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar.png");
|
||||
-moz-image-region: rect(0px 64px 32px 32px);
|
||||
}
|
||||
|
||||
|
@ -101,6 +103,7 @@ toolbarbutton[type="menu-button"] > toolbarbutton {
|
|||
/* ::::: edit card icon ::::: */
|
||||
|
||||
#button-editcard {
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar.png");
|
||||
-moz-image-region: rect(0px 96px 32px 64px);
|
||||
}
|
||||
|
||||
|
@ -115,6 +118,7 @@ toolbarbutton[type="menu-button"] > toolbarbutton {
|
|||
/* ::::: new message icon ::::: */
|
||||
|
||||
#button-newmessage {
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar.png");
|
||||
-moz-image-region: rect(0px 128px 32px 96px);
|
||||
}
|
||||
|
||||
|
@ -129,6 +133,7 @@ toolbarbutton[type="menu-button"] > toolbarbutton {
|
|||
/* ::::: instant message icon ::::: */
|
||||
|
||||
#button-newim {
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar.png");
|
||||
-moz-image-region: rect(0px 160px 32px 128px);
|
||||
}
|
||||
|
||||
|
@ -143,6 +148,7 @@ toolbarbutton[type="menu-button"] > toolbarbutton {
|
|||
/* ::::: delete icon ::::: */
|
||||
|
||||
#button-abdelete {
|
||||
list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar.png");
|
||||
-moz-image-region: rect(0px 192px 32px 160px);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче