Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | CSS changes to the look of the tooltip. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | tooltip-experiments |
| Files: | files | file ages | folders |
| SHA3-256: |
b5cfa435f816834ab076e99e6460ceb4 |
| User & Date: | drh 2019-05-22 16:47:18.517 |
Context
|
2019-05-22
| ||
| 18:09 | Show tooltips in the color scheme of the object that the tooltip refers to. ... (check-in: cf1f42435a user: drh tags: tooltip-experiments) | |
| 16:47 | CSS changes to the look of the tooltip. ... (check-in: b5cfa435f8 user: drh tags: tooltip-experiments) | |
| 15:42 | The tooltip over a graph node shows a link to the check-in or artifact that the node represents, not a link to the branch. ... (check-in: fa811f95c4 user: drh tags: tooltip-experiments) | |
Changes
Changes to src/default_css.txt.
| ︙ | ︙ | |||
194 195 196 197 198 199 200 |
.tl-line.dotted.v {
width: 0px;
border-left-width: 2px;
border-left-style: dotted;
background: rgba(255,255,255,0);
}
.tl-tooltip {
| < | | < > | | < < < < < < | 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
.tl-line.dotted.v {
width: 0px;
border-left-width: 2px;
border-left-style: dotted;
background: rgba(255,255,255,0);
}
.tl-tooltip {
background-color: #fecd4b;
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: #004080;
}
span.tagDsp {
font-weight: bold;
}
span.wikiError {
font-weight: bold;
|
| ︙ | ︙ |