From 435a2fcae3416fc0f37bfbfa2f27d2ec6f909d83 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 25 Sep 2024 16:56:43 +0800 Subject: feat: add menu items for dumbymap.utils --- src/css/index.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'src/css') diff --git a/src/css/index.css b/src/css/index.css index a5fd37f..a84a029 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -114,7 +114,7 @@ body { z-index: 100; border: 2px solid gray; - border-radius: 0.5rem; + border-radius: 6px; background: white; min-width: 10rem; @@ -164,8 +164,21 @@ body { } } -.menu-item-add-geolink { +.menu-item { + display: flex; padding: 0.5rem; + z-index: 9999; + cursor: pointer; + justify-content: space-between; + + &:hover { + background: rgb(226 232 240); + } + + .info { + color: steelblue; + font-weight: bold; + } } -- cgit v1.2.3-70-g09d2