Bug 1237500 - [graphene] bring back native controls. r=fabrice

This commit is contained in:
Paul Rouget 2016-01-11 15:22:58 -08:00
parent ca62434386
commit 03326469b4
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -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>