Bug 354947 - appearance of icon+text xul buttons is broken in Pinstripe. r=mconnor.

git-svn-id: svn://10.0.0.236/trunk@214097 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2006-10-25 00:04:50 +00:00
parent 94a790f289
commit dea85114bf
2 changed files with 12 additions and 10 deletions

View File

@@ -1134,6 +1134,12 @@ sidebarheader > .tabs-closebutton > .toolbarbutton-text {
}
// XXXmano: hack until we figure out why the throbber uses a button instead
// of a toolbarbutton
#navigator-throbber .button-text {
display: none;
margin: 0 !important;
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.gif");

View File

@@ -50,25 +50,21 @@ button {
margin: 6px;
min-width: 6.3em;
-moz-appearance: button;
padding: 0px 4px;
padding: 0;
color: #000000;
}
.button-text {
margin: 0 !important;
margin: 0 2px 0 3px !important;
text-align: center;
}
button[type="default"] {
font: menu;
.button-icon {
margin-left: 1px;
}
/* .......... active/open/checked state .......... */
button:hover:active,
button[open="true"],
button[checked="true"] {
button[type="default"] {
font: menu;
}
/* .......... disabled state .......... */