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

This commit is contained in:
mozilla.mano%sent.com 2006-10-25 00:04:50 +00:00
Родитель 44839928ef
Коммит 88305e37f1
2 изменённых файлов: 12 добавлений и 10 удалений

Просмотреть файл

@ -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");

Просмотреть файл

@ -50,27 +50,23 @@ 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-icon {
margin-left: 1px;
}
button[type="default"] {
font: menu;
}
/* .......... active/open/checked state .......... */
button:hover:active,
button[open="true"],
button[checked="true"] {
}
/* .......... disabled state .......... */
button[disabled="true"] {