Bug 888601 - update panorama icons for Australis, r=jaws

This commit is contained in:
Gijs Kruitbosch 2014-01-17 17:34:48 +01:00
parent aabcf8537a
commit 4bb5595855
16 changed files with 30 additions and 63 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -575,30 +575,25 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
transform: scaleX(-1);
}
/* tabview button */
/* tabview menu item */
#tabview-button,
#menu_tabview {
list-style-image: url(chrome://browser/skin/tabview/tabview.png);
-moz-image-region: rect(0, 80px, 16px, 64px);
}
#tabview-button[groups="0"],
#menu_tabview[groups="0"] {
-moz-image-region: rect(0, 16px, 16px, 0);
}
#tabview-button[groups="1"],
#menu_tabview[groups="1"] {
-moz-image-region: rect(0, 32px, 16px, 16px);
}
#tabview-button[groups="2"],
#menu_tabview[groups="2"] {
-moz-image-region: rect(0, 48px, 16px, 32px);
}
#tabview-button[groups="3"],
#menu_tabview[groups="3"] {
-moz-image-region: rect(0, 64px, 16px, 48px);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

@ -601,6 +601,10 @@ toolbar .toolbarbutton-1:not([type="menu-button"]),
-moz-image-region: rect(36px, 612px, 54px, 594px);
}
#tabview-button@toolbarButtonPressed@ {
-moz-image-region: rect(18px, 648px, 36px, 630px);
}
#email-link-button@toolbarButtonPressed@ {
-moz-image-region: rect(18px, 306px, 36px, 288px);
}
@ -924,8 +928,16 @@ toolbar .toolbarbutton-1:not([type="menu-button"]),
-moz-image-region: rect(72px, 1224px, 108px, 1188px);
}
:-moz-any(@primaryToolbarButtons@):not(#tabview-button) > .toolbarbutton-icon,
:-moz-any(@primaryToolbarButtons@):not(#tabview-button) > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
#tabview-button {
-moz-image-region: rect(0, 1296px, 36px, 1260px);
}
#tabview-button@toolbarButtonPressed@ {
-moz-image-region: rect(36px, 1296px, 72px, 1260px);
}
:-moz-any(@primaryToolbarButtons@) > .toolbarbutton-icon,
:-moz-any(@primaryToolbarButtons@) > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
width: 18px;
}
@ -1010,6 +1022,11 @@ toolbar .toolbarbutton-1:not([type="menu-button"]),
-moz-image-region: rect(0px, 1152px, 64px, 1088px);
}
#tabview-button[cui-areatype="menu-panel"],
toolbarpaletteitem[place="palette"] > #tabview-button {
-moz-image-region: rect(0px, 1216px, 64px, 1152px);
}
#find-button[cui-areatype="menu-panel"],
toolbarpaletteitem[place="palette"] > #find-button {
-moz-image-region: rect(0px, 1280px, 64px, 1216px);
@ -1348,33 +1365,12 @@ toolbar .toolbarbutton-1:not([type="menu-button"]),
-moz-margin-end: 3px;
}
/* tabview button */
/* tabview menu item */
#tabview-button,
#menu_tabview {
list-style-image: url(chrome://browser/skin/tabview/tabview.png);
}
#tabview-button {
-moz-image-region: rect(0, 100px, 20px, 80px);
}
#tabview-button[groups="0"] {
-moz-image-region: rect(0, 20px, 20px, 0);
}
#tabview-button[groups="1"] {
-moz-image-region: rect(0, 40px, 20px, 20px);
}
#tabview-button[groups="2"] {
-moz-image-region: rect(0, 60px, 20px, 40px);
}
#tabview-button[groups="3"] {
-moz-image-region: rect(0, 80px, 20px, 60px);
}
#menu_tabview {
-moz-image-region: rect(2px, 98px, 18px, 82px);
}

View File

@ -1,4 +1,4 @@
%filter substitution
%define primaryToolbarButtons #back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #sync-button, #feed-button, #webrtc-status-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button
%define primaryToolbarButtons #back-button, #forward-button, #home-button, #print-button, #downloads-button, #bookmarks-menu-button, #new-tab-button, #new-window-button, #cut-button, #copy-button, #paste-button, #fullscreen-button, #zoom-out-button, #zoom-reset-button, #zoom-in-button, #sync-button, #feed-button, #tabview-button, #webrtc-status-button, #social-share-button, #open-file-button, #find-button, #developer-button, #preferences-button, #privatebrowsing-button, #save-page-button, #switch-to-metro-button, #add-ons-button, #history-panelmenu, #nav-bar-overflow-button, #PanelUI-menu-button, #characterencoding-button, #email-link-button
%define inAnyPanel :-moz-any(:not([cui-areatype="toolbar"]),.overflowedItem)

View File

@ -90,6 +90,11 @@ toolbarpaletteitem[place="palette"] > #privatebrowsing-button {
-moz-image-region: rect(0px, 576px, 32px, 544px);
}
#tabview-button[cui-areatype="menu-panel"],
toolbarpaletteitem[place="palette"] > #tabview-button {
-moz-image-region: rect(0px, 608px, 32px, 576px);
}
#find-button[cui-areatype="menu-panel"],
toolbarpaletteitem[place="palette"] > #find-button {
-moz-image-region: rect(0px, 640px, 32px, 608px);

View File

@ -138,3 +138,6 @@
-moz-image-region: rect(0, 612px, 18px, 594px);
}
#tabview-button {
-moz-image-region: rect(0, 648px, 18px, 630px);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -732,36 +732,8 @@ menuitem.bookmark-item {
/* tabview button & menu item */
#tabview-button,
#menu_tabview {
list-style-image: url(chrome://browser/skin/tabview/tabview.png);
}
#tabview-button:-moz-lwtheme-brighttext {
list-style-image: url(chrome://browser/skin/tabview/tabview-inverted.png);
}
#tabview-button {
-moz-image-region: rect(0, 90px, 18px, 72px);
}
#tabview-button[groups="0"] {
-moz-image-region: rect(0, 18px, 18px, 0);
}
#tabview-button[groups="1"] {
-moz-image-region: rect(0, 36px, 18px, 18px);
}
#tabview-button[groups="2"] {
-moz-image-region: rect(0, 54px, 18px, 36px);
}
#tabview-button[groups="3"] {
-moz-image-region: rect(0, 72px, 18px, 54px);
}
#menu_tabview {
-moz-image-region: rect(1px, 89px, 17px, 73px);
}
@ -1542,10 +1514,6 @@ toolbarbutton[type="socialmark"] > .toolbarbutton-icon {
list-style-image: url("chrome://browser/skin/toolbarbutton-dropdown-arrow-inverted.png");
}
#main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar > #tabview-button {
list-style-image: url(chrome://browser/skin/tabview/tabview-inverted.png);
}
#main-window[tabsintitlebar]:not([inFullscreen]) .tab-close-button:not(:-moz-any(:hover,:-moz-lwtheme,[selected="true"])) {
-moz-image-region: rect(0, 64px, 16px, 48px);
}