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

This commit is contained in:
Paul Rouget 2016-01-11 15:22:58 -08:00
Родитель ca62434386
Коммит 03326469b4
2 изменённых файлов: 6 добавлений и 0 удалений

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

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