diff --git a/mozilla/toolkit/themes/winstripe/global/browser.css b/mozilla/toolkit/themes/winstripe/global/browser.css index 9db8710e29b..b5bc3dfbe8a 100644 --- a/mozilla/toolkit/themes/winstripe/global/browser.css +++ b/mozilla/toolkit/themes/winstripe/global/browser.css @@ -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 { diff --git a/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-end-bkgnd.png b/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-end-bkgnd.png index c45a0f07e8b..0980327453a 100755 Binary files a/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-end-bkgnd.png and b/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-end-bkgnd.png differ diff --git a/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-overflow-end-bkgnd.png b/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-overflow-end-bkgnd.png index 9982f28362f..79e592bbeb3 100755 Binary files a/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-overflow-end-bkgnd.png and b/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-overflow-end-bkgnd.png differ diff --git a/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-overflow-start-bkgnd.png b/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-overflow-start-bkgnd.png index f7ba803126e..785f79c3629 100755 Binary files a/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-overflow-start-bkgnd.png and b/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-overflow-start-bkgnd.png differ diff --git a/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-start-bkgnd.png b/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-start-bkgnd.png index ad189d32024..1c29917315a 100755 Binary files a/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-start-bkgnd.png and b/mozilla/toolkit/themes/winstripe/global/icons/alltabs-box-start-bkgnd.png differ