Fossil SCM
Futher adjustments to the default CSS for timeline selection and "current".
Commit
f9fc914eaef2c9e7a806b16c13847357f198452f5042130bfcb0cbff28a539d2
Parent
5beb3614960f2c3…
1 file changed
+7
-2
+7
-2
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -779,11 +779,11 @@ | ||
| 779 | 779 | "The defined element in sideboxes for branches,..", |
| 780 | 780 | @ color: red; |
| 781 | 781 | }, |
| 782 | 782 | { "table.timelineTable", |
| 783 | 783 | "The table that holds a timeline", |
| 784 | - @ border-spacing: 0px; | |
| 784 | + @ border-spacing: 0px 2px; | |
| 785 | 785 | }, |
| 786 | 786 | { "span.timelineDisabled", |
| 787 | 787 | "The suppressed duplicates lines in timeline, ..", |
| 788 | 788 | @ font-style: italic; |
| 789 | 789 | @ font-size: small; |
| @@ -797,16 +797,21 @@ | ||
| 797 | 797 | { "tr.timelineSelected", |
| 798 | 798 | "The row in the timeline table that contains the entry of interest", |
| 799 | 799 | @ padding: .1em .2em; |
| 800 | 800 | @ border: 2px solid lightgray; |
| 801 | 801 | @ 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); | |
| 803 | 803 | }, |
| 804 | 804 | { "tr.timelineSelected td", |
| 805 | 805 | "Cells within a selected row of a timeline", |
| 806 | + @ border-radius: 0; | |
| 806 | 807 | @ border-width: 0; |
| 808 | + }, | |
| 809 | + { "tr.timelineCurrent td", | |
| 810 | + "Cells within a selected row of a timeline", | |
| 807 | 811 | @ border-radius: 0; |
| 812 | + @ border-width: 0; | |
| 808 | 813 | }, |
| 809 | 814 | { "tr.timelineSpacer", |
| 810 | 815 | "An extra row inserted to give vertical space between two rows", |
| 811 | 816 | @ height: 1ex; |
| 812 | 817 | }, |
| 813 | 818 |
| --- 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 |