Bug 408021 - "Hover feedback for tab close button" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2007-12-13 23:39:11 -08:00
parent 64c9e9ea5d
commit 61f49c190e

View File

@ -1180,11 +1180,12 @@ tabpanels {
/* In-tab close button */
.tab-close-button > .toolbarbutton-icon {
-moz-margin-end: 0px !important;
/* XXX Buttons have padding in widget/ that we don't want here but can't override with good CSS, so we must
use evil CSS to give the impression of smaller content */
margin: -3px !important;
}
.tab-close-button {
-moz-appearance: none;
-moz-margin-end: 6px;
padding: 0px;
border: none;
@ -1207,6 +1208,10 @@ tabpanels {
border: none;
}
.tabs-closebutton > .toolbarbutton-icon {
margin: -3px !important;
}
/* All tabs menupopup */
.alltabs-item > .menu-iconic-left > .menu-iconic-icon {
list-style-image: url("chrome://global/skin/icons/folder-item.png");