fix for bug #352321: need alltabs images that match new background tab images. also use -moz-dialog as the background-color for the alltabs, left and right scrollbuttons.

thanks to Dao Gottwald <bugzilla@design-noir.de> for the new images.

r/a=mconnor


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@210030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%mozilla.org
2006-09-13 16:15:34 +00:00
parent 08df277fb3
commit 00a5bcf4fe
5 changed files with 14 additions and 0 deletions

View File

@@ -282,11 +282,15 @@ tabpanels {
-moz-image-region: rect(0, 11px, 14px, 0);
background-repeat: no-repeat;
background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-enabled.png");
background-color: -moz-dialog;
-moz-border-radius-topright: 5px;
}
.tabbrowser-arrowscrollbox[chromedir="rtl"] > .scrollbutton-up {
list-style-image: url("chrome://global/skin/icons/tab-arrow-end.png");
background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-enabled.png");
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 0px;
}
.tabbrowser-arrowscrollbox > .scrollbutton-up[disabled="true"] {
@@ -327,10 +331,14 @@ tabpanels {
width: 18px;
background-image: url("chrome://global/skin/icons/tab-arrow-end-bkgnd-enabled.png");
background-repeat: no-repeat;
background-color: -moz-dialog;
-moz-border-radius-topleft: 5px;
}
.tabbrowser-arrowscrollbox[chromedir="rtl"] > stack > .scrollbutton-rel-box > .scrollbutton-down-box {
background-image: url("chrome://global/skin/icons/tab-arrow-start-bkgnd-enabled.png");
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 5px;
}
.scrollbutton-rel-box > .scrollbutton-down-box-animate {
@@ -391,14 +399,20 @@ tabpanels {
height: 23px !important;
background-image: url("chrome://global/skin/icons/alltabs-box-end-bkgnd.png");
background-repeat: no-repeat;
background-color: -moz-dialog;
-moz-border-radius-topleft: 5px;
}
stack[chromedir="rtl"] > hbox > .tabs-alltabs-box {
background-image: url("chrome://global/skin/icons/alltabs-box-start-bkgnd.png");
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 5px;
}
.tabbrowser-tabs[overflow="true"] .tabs-alltabs-box {
background-image: url("chrome://global/skin/icons/alltabs-box-overflow-end-bkgnd.png");
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
}
.tabbrowser-tabs[overflow="true"] stack[chromedir="rtl"] > hbox > .tabs-alltabs-box {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 411 B

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 B

After

Width:  |  Height:  |  Size: 361 B