Bug 480180 - Widen the new tab button on OS X. r=gavin

This commit is contained in:
Dão Gottwald 2009-03-05 13:40:08 +01:00
parent 2ab299db55
commit 25ce157ffc
2 changed files with 6 additions and 2 deletions

View File

@ -1531,8 +1531,7 @@ tabbrowser > tabbox {
list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
}
.tabbrowser-tab:not(:hover):not([selected="true"]) > .tab-icon-image,
.tabbrowser-arrowscrollbox > .tabs-newtab-button:not(:hover) > .toolbarbutton-icon {
.tabbrowser-tab:not(:hover):not([selected="true"]) > .tab-icon-image {
opacity: .6;
}
@ -1564,6 +1563,11 @@ tabbrowser > tabbox {
background-image: url(chrome://browser/skin/tabbrowser/tab-bkgnd.png);
}
.tabbrowser-arrowscrollbox > .tabs-newtab-button {
width: 34px;
padding-top: 1px;
}
.tabbrowser-tab[selected="true"] {
-moz-user-focus: normal;
padding: 0 6px 1px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 283 B