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
parent f4fb183799
commit 43554b841c
5 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -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)

View File

@ -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");
}