зеркало из https://github.com/mozilla/pjs.git
Bug 354947 - appearance of icon+text xul buttons is broken in Pinstripe. r=mconnor.
This commit is contained in:
Родитель
44839928ef
Коммит
88305e37f1
|
@ -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"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче