changeset 5715:e29c942d3e8c default tip

Colors of scale adjusted
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 21 Mar 2024 08:19:21 +0100
parents 98300739f761
children
files client/src/components/map/Map.vue
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/Map.vue	Wed Feb 21 14:27:07 2024 +0100
+++ b/client/src/components/map/Map.vue	Thu Mar 21 08:19:21 2024 +0100
@@ -519,11 +519,16 @@
 
 <style>
 .ol-scale-line {
-  background: rgba(0, 0, 0, 0.45);
+  background: #fff;
   border-radius: 4px;
   bottom: 8px;
   left: 8px;
   padding: 2px;
   position: absolute;
 }
+.ol-scale-line-inner {
+  color: #000;
+  border: 1px solid #000;
+  border-top: none;
+}
 </style>