Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Improvements to the default tooltip CSS so that it is readable on skins with dark backgrounds and light text. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | tooltips |
| Files: | files | file ages | folders |
| SHA3-256: |
d6b83f54ddf35b1db902e8352c7c6230 |
| User & Date: | drh 2019-05-18 14:39:17.430 |
Context
|
2019-05-18
| ||
| 18:57 | Improvements to branch linkage from the tooltip. Branch linkage now works even from a file history graph. And the source check-in is always highlighted in the linked timeline. ... (check-in: a27ca27f1d user: drh tags: tooltips) | |
| 14:39 | Improvements to the default tooltip CSS so that it is readable on skins with dark backgrounds and light text. ... (check-in: d6b83f54dd user: drh tags: tooltips) | |
| 14:00 | The tooltip pop-up contains a hyperlink to the branch ... (check-in: 19ba7390e2 user: drh tags: tooltips) | |
Changes
Changes to src/default_css.txt.
| ︙ | ︙ | |||
202 203 204 205 206 207 208 209 210 211 212 213 214 215 |
color: black;
text-align: center;
padding: 5px 1em;
border: 1px solid black;
border-radius: 6px;
position: absolute;
z-index: 100;
}
span.tagDsp {
font-weight: bold;
}
span.wikiError {
font-weight: bold;
| > > > > | 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
color: black;
text-align: center;
padding: 5px 1em;
border: 1px solid black;
border-radius: 6px;
position: absolute;
z-index: 100;
}
.tl-tooltip a {
background-color: #fecd4b;
color: black;
}
span.tagDsp {
font-weight: bold;
}
span.wikiError {
font-weight: bold;
|
| ︙ | ︙ |