diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-17 15:52:39 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-17 15:52:39 +1300 |
commit | b247a05d4cc34cf587fc0b4299692d401124055a (patch) | |
tree | 2865e78e19fae20f4961898c4ad54038d24457e0 /web/app/Style.js | |
parent | 5e56a1fbf80033cf5cc30ec7767d3cd92ab41cde (diff) | |
download | trackermap-server-b247a05d4cc34cf587fc0b4299692d401124055a.tar.gz trackermap-server-b247a05d4cc34cf587fc0b4299692d401124055a.tar.bz2 trackermap-server-b247a05d4cc34cf587fc0b4299692d401124055a.zip |
Show last update in the status table
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 58ab059ad..b75503c32 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -48,9 +48,9 @@ Ext.define('Traccar.Style', { mapTextOffset: 10, mapTextFont: 'bold 12px sans-serif', - mapColorOnline: '#4DFA90', - mapColorUnknown: '#FABE4D', - mapColorOffline: '#FF5468', + mapColorOnline: 'rgba(77, 250, 144, 1.0)', + mapColorUnknown: 'rgba(250, 190, 77, 1.0)', + mapColorOffline: 'rgba(255, 84, 104, 1.0)', mapColorReport: 'rgba(21, 127, 204, 1.0)', mapRadiusNormal: 10, |