Differences From Artifact [adf7f29c8a]:
- File src/default_css.txt — part of check-in [cf1f42435a] at 2019-05-22 18:09:41 on branch tooltip-experiments — Show tooltips in the color scheme of the object that the tooltip refers to. (user: drh size: 13484)
To Artifact [e782bf8d2a]:
- File src/default_css.txt — part of check-in [22082e3ff2] at 2019-05-23 01:55:31 on branch tooltip-experiments — Add a box-shadow to the default CSS for tooltips. (user: drh size: 13531)
︙ | |||
200 201 202 203 204 205 206 207 208 209 210 211 212 213 | 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 | + | .tl-tooltip { text-align: center; padding: 5px 1em; border: 1px solid black; border-radius: 6px; position: absolute; z-index: 100; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75); } span.tagDsp { font-weight: bold; } span.wikiError { font-weight: bold; |
︙ |