mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 605322 - bookmark star images are not the same size and cause the sidebar to move when toggling [r=mbrubeck]
--HG-- rename : mobile/themes/core/images/bookmark-default-64.png => mobile/themes/core/images/bookmark-default-hdpi.png rename : mobile/themes/core/images/bookmarked-default-64.png => mobile/themes/core/images/bookmark-starred-hdpi.png
This commit is contained in:
parent
d9db9394de
commit
f659bc246c
@ -320,11 +320,11 @@ toolbarbutton.button-control:not([disabled="true"]):hover:active {
|
||||
}
|
||||
|
||||
#tool-star {
|
||||
list-style-image: url("chrome://browser/skin/images/bookmark-default-64.png");
|
||||
list-style-image: url("chrome://browser/skin/images/bookmark-default-hdpi.png");
|
||||
}
|
||||
|
||||
#tool-star[starred="true"] {
|
||||
list-style-image: url("chrome://browser/skin/images/bookmarked-default-64.png");
|
||||
list-style-image: url("chrome://browser/skin/images/bookmark-starred-hdpi.png");
|
||||
}
|
||||
|
||||
#tool-back,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
BIN
mobile/themes/core/images/bookmark-default-hdpi.png
Normal file
BIN
mobile/themes/core/images/bookmark-default-hdpi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
@ -52,9 +52,9 @@ chrome.jar:
|
||||
skin/images/back-default-64.png (images/back-default-64.png)
|
||||
skin/images/allpages-48.png (images/allpages-48.png)
|
||||
skin/images/history-48.png (images/history-48.png)
|
||||
skin/images/bookmark-default-64.png (images/bookmark-default-64.png)
|
||||
skin/images/bookmark-default-hdpi.png (images/bookmark-default-hdpi.png)
|
||||
skin/images/bookmarks-48.png (images/bookmarks-48.png)
|
||||
skin/images/bookmarked-default-64.png (images/bookmarked-default-64.png)
|
||||
skin/images/bookmark-starred-hdpi.png (images/bookmark-starred-hdpi.png)
|
||||
skin/images/forward-default-64.png (images/forward-default-64.png)
|
||||
skin/images/downloads-default-64.png (images/downloads-default-64.png)
|
||||
skin/images/settings-default-64.png (images/settings-default-64.png)
|
||||
|
Loading…
x
Reference in New Issue
Block a user