Bug 685539 - Update tab reopen icon for tablets (r=mbrubeck)

This commit is contained in:
Lucas Rocha 2011-09-08 12:13:18 -07:00
Родитель f4fb183799
Коммит 43554b841c
5 изменённых файлов: 7 добавлений и 0 удалений

Двоичные данные
mobile/themes/core/gingerbread/images/tab-reopen-tablet-hdpi.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 4.5 KiB

Двоичные данные
mobile/themes/core/honeycomb/images/tab-reopen-tablet-hdpi.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 4.5 KiB

Двоичные данные
mobile/themes/core/images/tab-reopen-tablet-hdpi.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 4.5 KiB

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

@ -95,6 +95,7 @@ chrome.jar:
skin/images/tab-inactive-hdpi.png (images/tab-inactive-hdpi.png)
skin/images/tab-closed-hdpi.png (images/tab-closed-hdpi.png)
skin/images/tab-reopen-hdpi.png (images/tab-reopen-hdpi.png)
skin/images/tab-reopen-tablet-hdpi.png (images/tab-reopen-tablet-hdpi.png)
skin/images/remotetabs-48.png (images/remotetabs-48.png)
skin/images/remotetabs-32.png (images/remotetabs-32.png)
skin/images/mozilla-32.png (images/mozilla-32.png)
@ -224,6 +225,7 @@ chrome.jar:
skin/gingerbread/images/tab-inactive-hdpi.png (gingerbread/images/tab-inactive-hdpi.png)
skin/gingerbread/images/tab-closed-hdpi.png (gingerbread/images/tab-closed-hdpi.png)
skin/gingerbread/images/tab-reopen-hdpi.png (gingerbread/images/tab-reopen-hdpi.png)
skin/gingerbread/images/tab-reopen-tablet-hdpi.png (gingerbread/images/tab-reopen-tablet-hdpi.png)
skin/gingerbread/images/remotetabs-48.png (gingerbread/images/remotetabs-48.png)
skin/gingerbread/images/remotetabs-32.png (gingerbread/images/remotetabs-32.png)
skin/gingerbread/images/mozilla-32.png (images/mozilla-32.png)
@ -354,6 +356,7 @@ chrome.jar:
skin/honeycomb/images/tab-inactive-hdpi.png (honeycomb/images/tab-inactive-hdpi.png)
skin/honeycomb/images/tab-closed-hdpi.png (honeycomb/images/tab-closed-hdpi.png)
skin/honeycomb/images/tab-reopen-hdpi.png (honeycomb/images/tab-reopen-hdpi.png)
skin/honeycomb/images/tab-reopen-tablet-hdpi.png (honeycomb/images/tab-reopen-tablet-hdpi.png)
skin/honeycomb/images/remotetabs-48.png (honeycomb/images/remotetabs-48.png)
skin/honeycomb/images/remotetabs-32.png (honeycomb/images/remotetabs-32.png)
skin/honeycomb/images/mozilla-32.png (images/mozilla-32.png)

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

@ -96,6 +96,10 @@ documenttab[selected="true"] > stack > hbox > .documenttab-close[tablet="true"]
list-style-image: url("chrome://browser/skin/images/close-active-tablet-hdpi.png");
}
.documenttab-reload[tablet="true"] {
background: url("chrome://browser/skin/images/tab-reopen-tablet-hdpi.png");
}
#newtab-button[tablet="true"] {
list-style-image: url("images/newtab-default-tablet-hdpi.png");
}