From f3024c900dffe7668b294054ee9a0345696769db Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 13 Sep 2020 17:52:38 -0700 Subject: Implement status popup --- modern/public/index.html | 1 + modern/public/styles.css | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modern/public/styles.css (limited to 'modern/public') diff --git a/modern/public/index.html b/modern/public/index.html index ecded7c..78138ed 100644 --- a/modern/public/index.html +++ b/modern/public/index.html @@ -6,6 +6,7 @@ + Traccar diff --git a/modern/public/styles.css b/modern/public/styles.css new file mode 100644 index 0000000..60d1208 --- /dev/null +++ b/modern/public/styles.css @@ -0,0 +1,8 @@ +canvas { + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); +} + +.mapboxgl-popup-content { + padding: 10px !important; +} -- cgit v1.2.3