Fossil SCM

Extended [b272004b] to cover the "classic" timeline mode as well.

wyoung 2024-02-23 01:56 trunk
Commit ef4a1e817f0e212e2b31608afb30dad292284db6b1ec2680997a6f8d0e67b3ad
1 file changed +8 -2
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -478,23 +478,26 @@
478478
* and graph columns as well. */
479479
background-color: unset;
480480
border: unset;
481481
box-shadow: unset;
482482
}
483
+tr.timelineCurrent td.timelineClassicCell,
483484
tr.timelineCurrent td.timelineColumnarCell,
484485
tr.timelineCurrent td.timelineCompactCell,
485486
tr.timelineCurrent td.timelineModernCell,
486487
tr.timelineCurrent td.timelineVerboseCell {
487488
border: 1px dashed #446979;
488489
border-radius: 1em;
489490
}
491
+tr.timelineSelected td.timelineClassicCell,
490492
tr.timelineSelected td.timelineColumnarCell,
491493
tr.timelineSelected td.timelineCompactCell,
492494
tr.timelineSelected td.timelineModernCell,
493495
tr.timelineSelected td.timelineVerboseCell {
494496
background-color: #fbe8d5;
495497
}
498
+tr.timelineSecondary td.timelineClassicCell,
496499
tr.timelineSecondary td.timelineColumnarCell,
497500
tr.timelineSecondary td.timelineCompactCell,
498501
tr.timelineSecondary td.timelineModernCell,
499502
tr.timelineSecondary td.timelineVerboseCell {
500503
background-color: #d5e8fb;
@@ -502,19 +505,22 @@
502505
tr.timelineCurrent td,
503506
tr.timelineSecondary td,
504507
tr.timelineSelected td {
505508
border-radius: 1em; /* Full-rounding default for modes that have room. */
506509
}
510
+tr.timelineCurrent td.timelineClassicCell,
511
+tr.timelineSecondary td.timelineClassicCell,
512
+tr.timelineSelected td.timelineClassicCell,
507513
tr.timelineCurrent td.timelineCompactCell,
508514
tr.timelineSecondary td.timelineCompactCell,
509515
tr.timelineSelected td.timelineCompactCell,
510516
tr.timelineCurrent td.timelineVerboseCell,
511517
tr.timelineSecondary td.timelineVerboseCell,
512518
tr.timelineSelected td.timelineVerboseCell {
513519
border-radius: 0.5em; /* Exception: compact modes require half-rounding, */
514
- padding-left: 0.5em; /* and even then requires help to avoid clipping */
515
- padding-right: 0.5em; /* of the text near these rounded corners. */
520
+ padding-left: 0.5em; /* and even then needs help to avoid clipping the */
521
+ padding-right: 0.5em; /* text near these rounded corners. */
516522
}
517523
span.timelineSelected {
518524
background-color: #fbe8d5;
519525
}
520526
span.timelineSecondary {
521527
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -478,23 +478,26 @@
478 * and graph columns as well. */
479 background-color: unset;
480 border: unset;
481 box-shadow: unset;
482 }
 
483 tr.timelineCurrent td.timelineColumnarCell,
484 tr.timelineCurrent td.timelineCompactCell,
485 tr.timelineCurrent td.timelineModernCell,
486 tr.timelineCurrent td.timelineVerboseCell {
487 border: 1px dashed #446979;
488 border-radius: 1em;
489 }
 
490 tr.timelineSelected td.timelineColumnarCell,
491 tr.timelineSelected td.timelineCompactCell,
492 tr.timelineSelected td.timelineModernCell,
493 tr.timelineSelected td.timelineVerboseCell {
494 background-color: #fbe8d5;
495 }
 
496 tr.timelineSecondary td.timelineColumnarCell,
497 tr.timelineSecondary td.timelineCompactCell,
498 tr.timelineSecondary td.timelineModernCell,
499 tr.timelineSecondary td.timelineVerboseCell {
500 background-color: #d5e8fb;
@@ -502,19 +505,22 @@
502 tr.timelineCurrent td,
503 tr.timelineSecondary td,
504 tr.timelineSelected td {
505 border-radius: 1em; /* Full-rounding default for modes that have room. */
506 }
 
 
 
507 tr.timelineCurrent td.timelineCompactCell,
508 tr.timelineSecondary td.timelineCompactCell,
509 tr.timelineSelected td.timelineCompactCell,
510 tr.timelineCurrent td.timelineVerboseCell,
511 tr.timelineSecondary td.timelineVerboseCell,
512 tr.timelineSelected td.timelineVerboseCell {
513 border-radius: 0.5em; /* Exception: compact modes require half-rounding, */
514 padding-left: 0.5em; /* and even then requires help to avoid clipping */
515 padding-right: 0.5em; /* of the text near these rounded corners. */
516 }
517 span.timelineSelected {
518 background-color: #fbe8d5;
519 }
520 span.timelineSecondary {
521
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -478,23 +478,26 @@
478 * and graph columns as well. */
479 background-color: unset;
480 border: unset;
481 box-shadow: unset;
482 }
483 tr.timelineCurrent td.timelineClassicCell,
484 tr.timelineCurrent td.timelineColumnarCell,
485 tr.timelineCurrent td.timelineCompactCell,
486 tr.timelineCurrent td.timelineModernCell,
487 tr.timelineCurrent td.timelineVerboseCell {
488 border: 1px dashed #446979;
489 border-radius: 1em;
490 }
491 tr.timelineSelected td.timelineClassicCell,
492 tr.timelineSelected td.timelineColumnarCell,
493 tr.timelineSelected td.timelineCompactCell,
494 tr.timelineSelected td.timelineModernCell,
495 tr.timelineSelected td.timelineVerboseCell {
496 background-color: #fbe8d5;
497 }
498 tr.timelineSecondary td.timelineClassicCell,
499 tr.timelineSecondary td.timelineColumnarCell,
500 tr.timelineSecondary td.timelineCompactCell,
501 tr.timelineSecondary td.timelineModernCell,
502 tr.timelineSecondary td.timelineVerboseCell {
503 background-color: #d5e8fb;
@@ -502,19 +505,22 @@
505 tr.timelineCurrent td,
506 tr.timelineSecondary td,
507 tr.timelineSelected td {
508 border-radius: 1em; /* Full-rounding default for modes that have room. */
509 }
510 tr.timelineCurrent td.timelineClassicCell,
511 tr.timelineSecondary td.timelineClassicCell,
512 tr.timelineSelected td.timelineClassicCell,
513 tr.timelineCurrent td.timelineCompactCell,
514 tr.timelineSecondary td.timelineCompactCell,
515 tr.timelineSelected td.timelineCompactCell,
516 tr.timelineCurrent td.timelineVerboseCell,
517 tr.timelineSecondary td.timelineVerboseCell,
518 tr.timelineSelected td.timelineVerboseCell {
519 border-radius: 0.5em; /* Exception: compact modes require half-rounding, */
520 padding-left: 0.5em; /* and even then needs help to avoid clipping the */
521 padding-right: 0.5em; /* text near these rounded corners. */
522 }
523 span.timelineSelected {
524 background-color: #fbe8d5;
525 }
526 span.timelineSecondary {
527

Keyboard Shortcuts

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