Fossil SCM
Improvements to the default tooltip CSS so that it is readable on skins with dark backgrounds and light text.
Commit
d6b83f54ddf35b1db902e8352c7c6230e998bfb41caa8d78240042a797124fa3
Parent
19ba7390e2ea63a…
1 file changed
+4
+4
| --- src/default_css.txt | ||
| +++ src/default_css.txt | ||
| @@ -204,10 +204,14 @@ | ||
| 204 | 204 | padding: 5px 1em; |
| 205 | 205 | border: 1px solid black; |
| 206 | 206 | border-radius: 6px; |
| 207 | 207 | position: absolute; |
| 208 | 208 | z-index: 100; |
| 209 | +} | |
| 210 | +.tl-tooltip a { | |
| 211 | + background-color: #fecd4b; | |
| 212 | + color: black; | |
| 209 | 213 | } |
| 210 | 214 | |
| 211 | 215 | span.tagDsp { |
| 212 | 216 | font-weight: bold; |
| 213 | 217 | } |
| 214 | 218 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -204,10 +204,14 @@ | |
| 204 | padding: 5px 1em; |
| 205 | border: 1px solid black; |
| 206 | border-radius: 6px; |
| 207 | position: absolute; |
| 208 | z-index: 100; |
| 209 | } |
| 210 | |
| 211 | span.tagDsp { |
| 212 | font-weight: bold; |
| 213 | } |
| 214 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -204,10 +204,14 @@ | |
| 204 | padding: 5px 1em; |
| 205 | border: 1px solid black; |
| 206 | border-radius: 6px; |
| 207 | position: absolute; |
| 208 | z-index: 100; |
| 209 | } |
| 210 | .tl-tooltip a { |
| 211 | background-color: #fecd4b; |
| 212 | color: black; |
| 213 | } |
| 214 | |
| 215 | span.tagDsp { |
| 216 | font-weight: bold; |
| 217 | } |
| 218 |