From 71b7f89ca51d7f500772a64fc84a2d81533f6f10 Mon Sep 17 00:00:00 2001 From: Rami James Date: Wed, 22 Apr 2020 16:53:50 +0300 Subject: [PATCH] Telos theme --- electron/app.js | 2 +- html/index.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/electron/app.js b/electron/app.js index 8d978af9..417e47eb 100644 --- a/electron/app.js +++ b/electron/app.js @@ -84,7 +84,7 @@ const createScatterInstance = async () => { const createMainWindow = (show, width = 1024, height = 800) => new BrowserWindow({ width, height, - frame: false, + frame: true, radii: [5,5,5,5], icon, resizable: true, diff --git a/html/index.html b/html/index.html index bc1bfdeb..47335628 100644 --- a/html/index.html +++ b/html/index.html @@ -44,16 +44,16 @@ #menu-bar { -webkit-app-region: drag; -webkit-user-select: none !important; - background: #0799ff; + background: #fff; color:#fff; height:40px; line-height: 40px; width:100%; text-align:center; z-index: 9999999999; - border-top:1px solid #0778dd; - border-left:1px solid #0778dd; - border-right:1px solid #0778dd; + border-top:1px solid #fff; + border-left:1px solid #fff; + border-right:1px solid #fff; } .actions {