diff --git a/background.js b/background.js index bbe03e4..09fefde 100644 --- a/background.js +++ b/background.js @@ -25,7 +25,7 @@ function WindowManager() { // will be remembered. so put it in. this.mainWindowOpts = { width: 865, - frame: 'none', + frame: 'true', height: 610, resizable: true, minHeight: 32, @@ -278,4 +278,4 @@ chrome.runtime.onSuspendCanceled.addListener( function(evt) { }) chrome.app.runtime.onRestarted.addListener( function(evt) { console.log('app onRestarted',evt) -}) \ No newline at end of file +}) diff --git a/gui/index.css b/gui/index.css index 4642366..f750d3e 100644 --- a/gui/index.css +++ b/gui/index.css @@ -8,31 +8,6 @@ padding-right:3px; /* background-color: #90d1fc; */ /*background-color: #24a3ed; */ - background: linear-gradient(#24a3ed 0%, #24a3ed 8%, #90d1fc 12%, #90d1fc 90%, white 100%); - -webkit-app-region: drag; -} -#top-titlebar.blur { - background: linear-gradient(#999 0%, #999 8%, #dddeee 12%, #dddeee 90%, white 100%); -} - -#top-titlebar-close { - float:right; - -webkit-app-region: no-drag; -} -#top-titlebar-close:hover { - background-color: white -} - -#top-titlebar-min { - float:right; - padding-right:4px; - -webkit-app-region: no-drag; -} -#top-titlebar-min:hover { - background-color: white -} - -#chrome-top { } body { diff --git a/gui/index.html b/gui/index.html index 03d40e9..96232ab 100644 --- a/gui/index.html +++ b/gui/index.html @@ -80,8 +80,6 @@ -