Fossil SCM

Confine the yellow highlight in modes like /timeline?c=current to the comment box, not escaping out across the whole table row.

wyoung 2024-01-25 20:43 inskinerator-modern-backport
Commit fdf5f00ce974c626d9f3d402f9f7974b6f1f7f5a626c6a177341f1f985ed19fe
1 file changed +16
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -363,10 +363,26 @@
363363
}
364364
div.timelineDate {
365365
font-weight: bold;
366366
white-space: nowrap;
367367
}
368
+
369
+tr.timelineSelected {
370
+ /* default/css.txt puts these styles on the whole row. We want them only
371
+ on the comment/details cell within the table, not over the time
372
+ and graph columns as well. */
373
+ background-color: unset;
374
+ border: unset;
375
+ box-shadow: unset;
376
+}
377
+tr.timelineSelected {
378
+ td.timelineModernCell, td.timelineColumnarCell {
379
+ background-color: #ffc;
380
+ border: 2px solid #eed;
381
+ border-radius: 1em;
382
+ }
383
+}
368384
369385
370386
/* Miscellaneous UI elements */
371387
372388
.fossil-tooltip.help-buttonlet-content {
373389
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -363,10 +363,26 @@
363 }
364 div.timelineDate {
365 font-weight: bold;
366 white-space: nowrap;
367 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
368
369
370 /* Miscellaneous UI elements */
371
372 .fossil-tooltip.help-buttonlet-content {
373
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -363,10 +363,26 @@
363 }
364 div.timelineDate {
365 font-weight: bold;
366 white-space: nowrap;
367 }
368
369 tr.timelineSelected {
370 /* default/css.txt puts these styles on the whole row. We want them only
371 on the comment/details cell within the table, not over the time
372 and graph columns as well. */
373 background-color: unset;
374 border: unset;
375 box-shadow: unset;
376 }
377 tr.timelineSelected {
378 td.timelineModernCell, td.timelineColumnarCell {
379 background-color: #ffc;
380 border: 2px solid #eed;
381 border-radius: 1em;
382 }
383 }
384
385
386 /* Miscellaneous UI elements */
387
388 .fossil-tooltip.help-buttonlet-content {
389

Keyboard Shortcuts

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