diff options
Diffstat (limited to 'src/css')
| -rw-r--r-- | src/css/dumbymap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 84c150c..996cce6 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
| @@ -372,6 +372,7 @@ | |||
| 372 | .handle { | 372 | .handle { |
| 373 | font-size: 1.1rem; | 373 | font-size: 1.1rem; |
| 374 | text-align: center; | 374 | text-align: center; |
| 375 | background: white; | ||
| 375 | 376 | ||
| 376 | transform: translate(0, -0.6rem); | 377 | transform: translate(0, -0.6rem); |
| 377 | transition: all 0.3s ease-in-out; | 378 | transition: all 0.3s ease-in-out; |
| @@ -399,7 +400,7 @@ | |||
| 399 | 400 | ||
| 400 | .utils { | 401 | .utils { |
| 401 | visibility: visible; | 402 | visibility: visible; |
| 402 | animation: fade-in 1s; | 403 | animation: fade-in .5s; |
| 403 | } | 404 | } |
| 404 | 405 | ||
| 405 | } | 406 | } |