Skip to content

Commit

Permalink
Bug 1237500 - [graphene] bring back native controls. r=fabrice
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Rouget committed Jan 11, 2016
1 parent ca62434 commit 0332646
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions b2g/chrome/content/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions b2g/chrome/content/shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0332646

Please sign in to comment.