diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-11 15:18:16 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-11 15:18:16 +0800 |
commit | 68ad9917a830475bf5424718642de4c058dc88ca (patch) | |
tree | 80ae0c0a3e5b204de5d98090de61ace31979f0c0 /src/css | |
parent | 3ed5047f7ffdc019f80715dbbe8f30712987d942 (diff) | |
parent | 2a7a840c25fcdb1653538514fb6609b0dea61b66 (diff) |
Merge branch 'crs'
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/dumbymap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css index 52d0ded..7aff339 100644 --- a/src/css/dumbymap.css +++ b/src/css/dumbymap.css | |||
@@ -152,6 +152,12 @@ a[href^='http']:not(:has(img))::after, | |||
152 | background-color: #9ee7ea; | 152 | background-color: #9ee7ea; |
153 | } | 153 | } |
154 | 154 | ||
155 | &[data-valid="false"] { | ||
156 | background-color: lightgray; | ||
157 | |||
158 | opacity: 0.7; | ||
159 | } | ||
160 | |||
155 | &:hover, &.drag { | 161 | &:hover, &.drag { |
156 | background-image: none; | 162 | background-image: none; |
157 | 163 | ||