зеркало из https://github.com/mozilla/pjs.git
fix for #198274 [classic skin] Text under Stop button not lined up.
also, merge junk buttons into our big button map. thanks to abecevello@sympatico.ca for the fix r/sr=sspitzer
This commit is contained in:
Родитель
aa169d6a58
Коммит
67f65c39bb
|
@ -255,10 +255,7 @@ classic.jar:
|
|||
skin/classic/messenger/icons/unreadmail.gif (messenger/icons/unreadmail.gif)
|
||||
skin/classic/messenger/icons/unthreadcol.gif (messenger/icons/unthreadcol.gif)
|
||||
skin/classic/messenger/icons/btn1.gif (messenger/icons/btn1.gif)
|
||||
skin/classic/messenger/icons/junk.gif (messenger/icons/junk.gif)
|
||||
skin/classic/messenger/icons/junk-act.gif (messenger/icons/junk-act.gif)
|
||||
skin/classic/messenger/icons/junk-hov.gif (messenger/icons/junk-hov.gif)
|
||||
skin/classic/messenger/icons/junk-dis.gif (messenger/icons/junk-dis.gif)
|
||||
skin/classic/messenger/icons/junkBar.gif (messenger/icons/junkBar.gif)
|
||||
skin/classic/messenger/icons/thread-closed-eye.gif (messenger/icons/thread-closed-eye.gif)
|
||||
skin/classic/messenger/icons/thread-closed-kill.gif (messenger/icons/thread-closed-kill.gif)
|
||||
skin/classic/messenger/icons/thread-closed-offl-eye.gif (messenger/icons/thread-closed-offl-eye.gif)
|
||||
|
|
Двоичные данные
themes/classic/messenger/icons/btn1.gif
Двоичные данные
themes/classic/messenger/icons/btn1.gif
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 11 KiB После Ширина: | Высота: | Размер: 12 KiB |
|
@ -163,21 +163,37 @@
|
|||
}
|
||||
|
||||
#button-mark {
|
||||
-moz-image-region: rect(336px 23px 356px 0);
|
||||
-moz-image-region: rect(336px 23px 357px 0);
|
||||
}
|
||||
|
||||
#button-mark[buttonover] {
|
||||
-moz-image-region: rect(336px 46px 356px 23px);
|
||||
-moz-image-region: rect(336px 46px 357px 23px);
|
||||
}
|
||||
|
||||
#button-mark[buttondown] {
|
||||
-moz-image-region: rect(336px 69px 356px 46px);
|
||||
-moz-image-region: rect(336px 69px 357px 46px);
|
||||
}
|
||||
|
||||
#button-mark[disabled] {
|
||||
-moz-image-region: rect(336px 92px 356px 69px) !important;
|
||||
-moz-image-region: rect(336px 92px 357px 69px) !important;
|
||||
}
|
||||
|
||||
#button-junk{
|
||||
-moz-image-region: rect(357px 23px 378px 0);
|
||||
}
|
||||
|
||||
#button-junk:hover {
|
||||
-moz-image-region: rect(357px 46px 378px 23px);
|
||||
}
|
||||
|
||||
#button-junk:hover:active {
|
||||
-moz-image-region: rect(357px 69px 378px 46px);
|
||||
}
|
||||
|
||||
#button-junk[disabled="true"] {
|
||||
-moz-image-region: rect(357px 92px 378px 69px) !important;
|
||||
}
|
||||
|
||||
#button-print {
|
||||
list-style-image: url("chrome://communicator/skin/icons/btn1.gif");
|
||||
-moz-image-region: rect(0px 23px 21px 0px);
|
||||
|
@ -197,39 +213,23 @@
|
|||
|
||||
#button-stop {
|
||||
list-style-image: url("chrome://communicator/skin/icons/btn1.gif");
|
||||
-moz-image-region: rect(21px 22px 41px 0px);
|
||||
-moz-image-region: rect(21px 22px 42px 0px);
|
||||
}
|
||||
|
||||
#button-stop:hover {
|
||||
-moz-image-region: rect(21px 44px 41px 22px);
|
||||
-moz-image-region: rect(21px 44px 42px 22px);
|
||||
}
|
||||
|
||||
#button-stop:hover:active {
|
||||
-moz-image-region: rect(21px 66px 41px 44px);
|
||||
-moz-image-region: rect(21px 66px 42px 44px);
|
||||
}
|
||||
|
||||
#button-stop[disabled="true"] {
|
||||
-moz-image-region: rect(21px 88px 41px 66px) !important;
|
||||
}
|
||||
|
||||
#button-junk{
|
||||
list-style-image: url("chrome://messenger/skin/icons/junk.gif");
|
||||
}
|
||||
|
||||
#button-junk:hover {
|
||||
list-style-image: url("chrome://messenger/skin/icons/junk-hov.gif");
|
||||
}
|
||||
|
||||
#button-junk:hover:active {
|
||||
list-style-image: url("chrome://messenger/skin/icons/junk-act.gif");
|
||||
}
|
||||
|
||||
#button-junk[disabled="true"] {
|
||||
list-style-image: url("chrome://messenger/skin/icons/junk-dis.gif");
|
||||
-moz-image-region: rect(21px 88px 42px 66px) !important;
|
||||
}
|
||||
|
||||
#junkBarImage {
|
||||
list-style-image: url("chrome://messenger/skin/icons/junk.gif");
|
||||
list-style-image: url("chrome://messenger/skin/icons/junkBar.gif");
|
||||
}
|
||||
|
||||
#junkBarMessage {
|
||||
|
|
Загрузка…
Ссылка в новой задаче