author | Dão Gottwald <dao@mozilla.com> |
Fri, 10 Sep 2010 10:04:52 +0200 | |
changeset 52369 | cc65070df5cdfecd14a44ac2b102a56753365fd8 |
parent 52368 | 83bcf895eff70ada0a8213ebd068be2335ea2ba6 |
child 52370 | 7daa437a5fff83a233652c937abc007183d18276 |
push id | 1 |
push user | root |
push date | Tue, 26 Apr 2011 22:38:44 +0000 |
treeherder | mozilla-beta@bfdb6e623a36 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | gavin |
bugs | 593569 |
milestone | 2.0b6pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/themes/gnomestripe/browser/browser.css | file | annotate | diff | comparison | revisions | |
browser/themes/winstripe/browser/browser.css | file | annotate | diff | comparison | revisions |
--- a/browser/themes/gnomestripe/browser/browser.css +++ b/browser/themes/gnomestripe/browser/browser.css @@ -1332,17 +1332,17 @@ statusbarpanel#statusbar-display { position: static; -moz-appearance: none; background: -moz-linear-gradient(hsla(0,0%,100%,.2), hsla(0,0%,45%,.2) 1px, hsla(0,0%,32%,.2) 50%); background-position: -5px -2px; background-repeat: no-repeat; background-size: 200%; margin: 0; padding: 0; - -moz-border-image: url(tabbrowser/tab.png) 4 5 3 6 / 4px 5px 3px 6px; + -moz-border-image: url(tabbrowser/tab.png) 4 5 3 6 / 4px 5px 3px 6px repeat stretch; border-radius: 10px 8px 0 0; min-height: 25px; /* reserve space for the sometimes hidden close button */ } .tabbrowser-tab:hover, .tabs-newtab-button:hover { background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,.2) 2px, hsla(0,0%,75%,.2) 50%); }
--- a/browser/themes/winstripe/browser/browser.css +++ b/browser/themes/winstripe/browser/browser.css @@ -1385,17 +1385,17 @@ richlistitem[type~="action"][actiontype= .tabs-newtab-button { -moz-appearance: none; background: -moz-linear-gradient(hsla(0,0%,50%,.1), hsla(0,0%,37%,.1) 50%); background-position: -5px -2px; background-repeat: no-repeat; background-size: 200%; margin: 0; padding: 0; - -moz-border-image: url(tabbrowser/tab.png) 4 5 3 6 / 4px 5px 3px 6px; + -moz-border-image: url(tabbrowser/tab.png) 4 5 3 6 / 4px 5px 3px 6px repeat stretch; border-radius: 10px 8px 0 0; } .tabbrowser-tab:hover, .tabs-newtab-button:hover { background-image: -moz-linear-gradient(hsla(0,0%,100%,.4), hsla(0,0%,75%,.4) 50%); }