From 7e6d7bddfe426b616e9eca096244a5074b9399f2 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 4 Nov 2016 06:17:33 +1300 Subject: Adjust theme styles --- web/app.css | 8 ++++++++ web/app/view/BaseMap.js | 1 + 2 files changed, 9 insertions(+) diff --git a/web/app.css b/web/app.css index 6a7ea9e..60a84bb 100644 --- a/web/app.css +++ b/web/app.css @@ -8,6 +8,14 @@ background-color: rgba(255, 84, 104, 0.3); } +.panel-top-border { + border-top: 1px solid #cfcfcf !important; +} + +body.x-border-layout-ct, div.x-border-layout-ct { + background-color: #bbbbbb !important; +} + .x-tree-icon { display: none !important; } diff --git a/web/app/view/BaseMap.js b/web/app/view/BaseMap.js index 0370217..26b5ae5 100644 --- a/web/app/view/BaseMap.js +++ b/web/app/view/BaseMap.js @@ -20,6 +20,7 @@ Ext.define('Traccar.view.BaseMap', { xtype: 'baseMapView', layout: 'fit', + bodyCls: 'panel-top-border', getMap: function () { return this.map; -- cgit v1.2.3