mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1237500 - [graphene] bring back native controls. r=fabrice
This commit is contained in:
parent
ca62434386
commit
03326469b4
@ -62,6 +62,11 @@ body.content-loaded > #installing {
|
||||
animation-timing-function: linear;
|
||||
}
|
||||
|
||||
#titlebar-buttonbox {
|
||||
margin: 6px 7px;
|
||||
-moz-appearance: -moz-window-button-box;
|
||||
}
|
||||
|
||||
@keyframes throbber{
|
||||
from {
|
||||
transform: scale(0);
|
||||
|
@ -58,6 +58,7 @@
|
||||
<h1 id="placeholder">wtf mac os!</h1>
|
||||
#endif
|
||||
#else
|
||||
<div id="titlebar-buttonbox"></div>
|
||||
<div id="installing">
|
||||
<div class="throbber"></div>
|
||||
<div class="message"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user