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.

drh 2017-11-26 11:14 trunk
Commit b39ad68f7c53f6f9f06221f95982795f90c7e60e9a4f396ae9d6ba75ba8cfe9a
1 file changed +14
+14
--- src/style.c
+++ src/style.c
@@ -830,10 +830,24 @@
830830
{ "td.timelineTime",
831831
"the format for the timeline time display",
832832
@ vertical-align: top;
833833
@ text-align: right;
834834
@ 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;
835849
},
836850
{ "td.timelineGraph",
837851
"the format for the graph placeholder cells in timelines",
838852
@ width: 20px;
839853
@ text-align: left;
840854
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button