Differences From Artifact [56148dc52c]:
- File src/default.css — part of check-in [c515e5fd9f] at 2020-08-24 22:20:00 on branch misc-js-experiments — Moved C routines which emit fossil.XYZ JS APIs from style.c to builtin.c, and renamed appropriately. Added flag to output_text_with_line_numbers() to disable emit of JS (needed for fileedit preview, at a minimum). The experimental emitting of all fossil.XYZ APIs at once is now limited to bundled mode, as that's the only place it's potentially of benefit. (user: stephan size: 27670)
To Artifact [b552beac63]:
- File src/default.css — part of check-in [3f08a9d200] at 2020-08-25 06:18:18 on branch misc-js-experiments — Lots of tweaking to the "help buttonlet" popup position. Something to improve some rainy day. (user: stephan size: 27722)
| ︙ | ︙ | |||
1344 1345 1346 1347 1348 1349 1350 1351 |
selector here to be certain that this class's style overrides
that of fossil-tooltip.
*/
.fossil-tooltip.help-buttonlet-content {
cursor: default;
text-align: left;
border-style: outset;
}
| > | 1344 1345 1346 1347 1348 1349 1350 1351 1352 |
selector here to be certain that this class's style overrides
that of fossil-tooltip.
*/
.fossil-tooltip.help-buttonlet-content {
cursor: default;
text-align: left;
border-style: outset;
box-shadow: 0em 0em 0.2em 0.2em rgba(0,0,0,0.40);
}
|