зеркало из https://github.com/mozilla/gecko-dev.git
Bug 685539 - Update tab reopen icon for tablets (r=mbrubeck)
This commit is contained in:
Родитель
f4fb183799
Коммит
43554b841c
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 4.5 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 4.5 KiB |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче