Restore native window chrome

// FREEBIE
This commit is contained in:
lilia 2015-10-16 12:52:10 -07:00
parent 82ce76265d
commit 2f8d973366
5 changed files with 4 additions and 11 deletions

View file

@ -10,7 +10,6 @@
<li><a class='show-debug-log'>Submit debug log</a></li>
</ul>
</div>
<span class='title-text'>Signal</span>
<span class='socket-status'></span>
</div>
<div class='gutter'>

View file

@ -63,8 +63,6 @@
extension.windows.open({
id: 'inbox',
url: 'index.html',
type: 'panel',
frame: 'none',
focused: true,
width: 580,
height: 440,

View file

@ -119,10 +119,6 @@
extension.windows.beforeUnload(function() {
this.inboxListView.stopListening();
}.bind(this));
new Whisper.WindowControlsView({
appWindow: options.appWindow
}).$el.appendTo(this.$('#header'));
},
events: {
'click': 'closeMenu',

View file

@ -85,7 +85,7 @@ button.back {
.menu {
position: relative;
float: left;
float: right;
height: 36px;
padding-right: 8px;
@ -101,7 +101,7 @@ button.back {
z-index: 1;
top: 100%;
left: 0;
right: 0;
margin: 0;
padding: 0;
border: solid 1px $blue;

View file

@ -84,7 +84,7 @@ button.back {
.menu {
position: relative;
float: left;
float: right;
height: 36px;
padding-right: 8px; }
.menu .hamburger {
@ -97,7 +97,7 @@ button.back {
color: #454545;
z-index: 1;
top: 100%;
left: 0;
right: 0;
margin: 0;
padding: 0;
border: solid 1px #2090ea;