Fossil

Check-in [d6b83f54]
Login

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: d6b83f54ddf35b1db902e8352c7c6230e998bfb41caa8d78240042a797124fa3
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: a27ca27f 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: d6b83f54 user: drh tags: tooltips)
14:00
The tooltip pop-up contains a hyperlink to the branch ... (check-in: 19ba7390 user: drh tags: tooltips)
Changes
Unified Diff Ignore Whitespace Patch
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;