Fossil SCM
Change the default CSS so that the cursor is a pointer over the timeline check-in comment and the following ellipsis, as a hint to that one can click on those elements.
Commit
b39ad68f7c53f6f9f06221f95982795f90c7e60e9a4f396ae9d6ba75ba8cfe9a
Parent
a794d858ec1edd7…
1 file changed
+14
+14
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -830,10 +830,24 @@ | ||
| 830 | 830 | { "td.timelineTime", |
| 831 | 831 | "the format for the timeline time display", |
| 832 | 832 | @ vertical-align: top; |
| 833 | 833 | @ text-align: right; |
| 834 | 834 | @ white-space: nowrap; |
| 835 | + }, | |
| 836 | + { "td.timelineGraph", | |
| 837 | + "the format for the graph placeholder cells in timelines", | |
| 838 | + @ width: 20px; | |
| 839 | + @ text-align: left; | |
| 840 | + @ vertical-align: top; | |
| 841 | + }, | |
| 842 | + { "span.timelineComment", | |
| 843 | + "The check-in comment text in a timeline", | |
| 844 | + @ cursor: pointer; | |
| 845 | + }, | |
| 846 | + { "span.timelineEllipsis", | |
| 847 | + "The ellipsis mark at the end of a check-in comment in a timeline", | |
| 848 | + @ cursor: pointer; | |
| 835 | 849 | }, |
| 836 | 850 | { "td.timelineGraph", |
| 837 | 851 | "the format for the graph placeholder cells in timelines", |
| 838 | 852 | @ width: 20px; |
| 839 | 853 | @ text-align: left; |
| 840 | 854 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -830,10 +830,24 @@ | |
| 830 | { "td.timelineTime", |
| 831 | "the format for the timeline time display", |
| 832 | @ vertical-align: top; |
| 833 | @ text-align: right; |
| 834 | @ white-space: nowrap; |
| 835 | }, |
| 836 | { "td.timelineGraph", |
| 837 | "the format for the graph placeholder cells in timelines", |
| 838 | @ width: 20px; |
| 839 | @ text-align: left; |
| 840 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -830,10 +830,24 @@ | |
| 830 | { "td.timelineTime", |
| 831 | "the format for the timeline time display", |
| 832 | @ vertical-align: top; |
| 833 | @ text-align: right; |
| 834 | @ white-space: nowrap; |
| 835 | }, |
| 836 | { "td.timelineGraph", |
| 837 | "the format for the graph placeholder cells in timelines", |
| 838 | @ width: 20px; |
| 839 | @ text-align: left; |
| 840 | @ vertical-align: top; |
| 841 | }, |
| 842 | { "span.timelineComment", |
| 843 | "The check-in comment text in a timeline", |
| 844 | @ cursor: pointer; |
| 845 | }, |
| 846 | { "span.timelineEllipsis", |
| 847 | "The ellipsis mark at the end of a check-in comment in a timeline", |
| 848 | @ cursor: pointer; |
| 849 | }, |
| 850 | { "td.timelineGraph", |
| 851 | "the format for the graph placeholder cells in timelines", |
| 852 | @ width: 20px; |
| 853 | @ text-align: left; |
| 854 |