зеркало из 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"] {
|
#navigator-throbber[busy="true"] {
|
||||||
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
|
list-style-image: url("chrome://global/skin/icons/loading_16.gif");
|
||||||
|
|
|
@ -50,25 +50,21 @@ button {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
min-width: 6.3em;
|
min-width: 6.3em;
|
||||||
-moz-appearance: button;
|
-moz-appearance: button;
|
||||||
padding: 0px 4px;
|
padding: 0;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-text {
|
.button-text {
|
||||||
margin: 0 !important;
|
margin: 0 2px 0 3px !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
button[type="default"] {
|
.button-icon {
|
||||||
font: menu;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .......... active/open/checked state .......... */
|
button[type="default"] {
|
||||||
|
font: menu;
|
||||||
button:hover:active,
|
|
||||||
button[open="true"],
|
|
||||||
button[checked="true"] {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .......... disabled state .......... */
|
/* .......... disabled state .......... */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче