This commit is contained in:
Dão Gottwald 2010-09-16 13:23:13 +02:00
Родитель 7ae2f7ba2b
Коммит 7a8a003989
3 изменённых файлов: 7 добавлений и 8 удалений

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

@ -683,15 +683,14 @@ toolbar[mode="full"] .toolbarbutton-1 > .toolbarbutton-menubutton-button {
#zoom-out-button {
list-style-image: url("moz-icon://stock/gtk-zoom-out?size=toolbar");
}
#zoom-in-button {
list-style-image: url("moz-icon://stock/gtk-zoom-in?size=toolbar");
}
/* sync button */
#sync-button {
#sync-button {
-moz-image-region: rect(0px 144px 24px 120px);
}
#sync-button[status="active"] {
list-style-image: url("chrome://browser/skin/sync-24-throbber.png");
-moz-image-region: rect(0px 24px 24px 0px);

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

@ -700,7 +700,7 @@ toolbar[mode="icons"] #zoom-in-button {
}
/* sync button */
#sync-button {
-moz-image-region: rect(0, 440px, 20px, 420px);
}
@ -709,7 +709,7 @@ toolbar[mode="icons"] #zoom-in-button {
list-style-image: url("chrome://browser/skin/sync-throbber.png");
-moz-image-region: rect(0, 20px, 20px, 0px);
}
/* ----- FULLSCREEN WINDOW CONTROLS ----- */
#minimize-button,

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

@ -912,8 +912,8 @@ toolbar:not([iconsize="small"])[mode="icons"] #forward-button:not([disabled="tru
border-bottom-left-radius: 0;
}
/* sync button */
/* sync button */
#sync-button {
-moz-image-region: rect(0, 324px, 18px, 306px);
}
@ -922,7 +922,7 @@ toolbar:not([iconsize="small"])[mode="icons"] #forward-button:not([disabled="tru
list-style-image: url("chrome://browser/skin/sync-throbber.png");
-moz-image-region: rect(0, 18px, 18px, 0);
}
/* ::::: fullscreen window controls ::::: */
#minimize-button,