Fossil SCM

Futher adjustments to the default CSS for timeline selection and "current".

drh 2017-11-29 16:20 trunk
Commit f9fc914eaef2c9e7a806b16c13847357f198452f5042130bfcb0cbff28a539d2
1 file changed +7 -2
+7 -2
--- src/style.c
+++ src/style.c
@@ -779,11 +779,11 @@
779779
"The defined element in sideboxes for branches,..",
780780
@ color: red;
781781
},
782782
{ "table.timelineTable",
783783
"The table that holds a timeline",
784
- @ border-spacing: 0px;
784
+ @ border-spacing: 0px 2px;
785785
},
786786
{ "span.timelineDisabled",
787787
"The suppressed duplicates lines in timeline, ..",
788788
@ font-style: italic;
789789
@ font-size: small;
@@ -797,16 +797,21 @@
797797
{ "tr.timelineSelected",
798798
"The row in the timeline table that contains the entry of interest",
799799
@ padding: .1em .2em;
800800
@ border: 2px solid lightgray;
801801
@ background-color: #ffc;
802
- @ box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
802
+ @ box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
803803
},
804804
{ "tr.timelineSelected td",
805805
"Cells within a selected row of a timeline",
806
+ @ border-radius: 0;
806807
@ border-width: 0;
808
+ },
809
+ { "tr.timelineCurrent td",
810
+ "Cells within a selected row of a timeline",
807811
@ border-radius: 0;
812
+ @ border-width: 0;
808813
},
809814
{ "tr.timelineSpacer",
810815
"An extra row inserted to give vertical space between two rows",
811816
@ height: 1ex;
812817
},
813818
--- src/style.c
+++ src/style.c
@@ -779,11 +779,11 @@
779 "The defined element in sideboxes for branches,..",
780 @ color: red;
781 },
782 { "table.timelineTable",
783 "The table that holds a timeline",
784 @ border-spacing: 0px;
785 },
786 { "span.timelineDisabled",
787 "The suppressed duplicates lines in timeline, ..",
788 @ font-style: italic;
789 @ font-size: small;
@@ -797,16 +797,21 @@
797 { "tr.timelineSelected",
798 "The row in the timeline table that contains the entry of interest",
799 @ padding: .1em .2em;
800 @ border: 2px solid lightgray;
801 @ background-color: #ffc;
802 @ box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
803 },
804 { "tr.timelineSelected td",
805 "Cells within a selected row of a timeline",
 
806 @ border-width: 0;
 
 
 
807 @ border-radius: 0;
 
808 },
809 { "tr.timelineSpacer",
810 "An extra row inserted to give vertical space between two rows",
811 @ height: 1ex;
812 },
813
--- src/style.c
+++ src/style.c
@@ -779,11 +779,11 @@
779 "The defined element in sideboxes for branches,..",
780 @ color: red;
781 },
782 { "table.timelineTable",
783 "The table that holds a timeline",
784 @ border-spacing: 0px 2px;
785 },
786 { "span.timelineDisabled",
787 "The suppressed duplicates lines in timeline, ..",
788 @ font-style: italic;
789 @ font-size: small;
@@ -797,16 +797,21 @@
797 { "tr.timelineSelected",
798 "The row in the timeline table that contains the entry of interest",
799 @ padding: .1em .2em;
800 @ border: 2px solid lightgray;
801 @ background-color: #ffc;
802 @ box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
803 },
804 { "tr.timelineSelected td",
805 "Cells within a selected row of a timeline",
806 @ border-radius: 0;
807 @ border-width: 0;
808 },
809 { "tr.timelineCurrent td",
810 "Cells within a selected row of a timeline",
811 @ border-radius: 0;
812 @ border-width: 0;
813 },
814 { "tr.timelineSpacer",
815 "An extra row inserted to give vertical space between two rows",
816 @ height: 1ex;
817 },
818

Keyboard Shortcuts

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