aboutsummaryrefslogtreecommitdiff
path: root/modern/public
diff options
context:
space:
mode:
Diffstat (limited to 'modern/public')
-rw-r--r--modern/public/index.html1
-rw-r--r--modern/public/styles.css8
2 files changed, 9 insertions, 0 deletions
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 @@
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
+ <link rel="stylesheet" href="%PUBLIC_URL%/styles.css">
<title>Traccar</title>
</head>
<body style="margin: 0; padding: 0;">
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;
+}