diff options
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/dumbymap.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index d9a7791..ae58b3e 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -254,12 +254,14 @@ a[href^='http']:not(:has(img))::after, | |||
254 | 254 | ||
255 | & > *:first-child { | 255 | & > *:first-child { |
256 | border-top: 2px solid transparent; | 256 | border-top: 2px solid transparent; |
257 | border-radius: 5px 5px 0 0; | 257 | border-top-left-radius: 5px; |
258 | border-top-right-radius: 5px; | ||
258 | } | 259 | } |
259 | 260 | ||
260 | & > *:last-child { | 261 | & > *:last-child { |
261 | border-bottom: 2px solid transparent; | 262 | border-bottom: 2px solid transparent; |
262 | border-radius: 0 0 5px 5px; | 263 | border-bottom-left-radius: 5px; |
264 | border-bottom-right-radius: 5px; | ||
263 | } | 265 | } |
264 | 266 | ||
265 | &.editor-menu { | 267 | &.editor-menu { |