Fossil SCM
Confine the yellow highlight in modes like /timeline?c=current to the comment box, not escaping out across the whole table row.
Commit
fdf5f00ce974c626d9f3d402f9f7974b6f1f7f5a626c6a177341f1f985ed19fe
Parent
4dbd66adecc8c62…
1 file changed
+16
+16
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -363,10 +363,26 @@ | ||
| 363 | 363 | } |
| 364 | 364 | div.timelineDate { |
| 365 | 365 | font-weight: bold; |
| 366 | 366 | white-space: nowrap; |
| 367 | 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 | +} | |
| 368 | 384 | |
| 369 | 385 | |
| 370 | 386 | /* Miscellaneous UI elements */ |
| 371 | 387 | |
| 372 | 388 | .fossil-tooltip.help-buttonlet-content { |
| 373 | 389 |
| --- 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 |