Fossil

Check-in [cff5d126]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Further CSS updates to the 'eagle' skin.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cff5d12696f5f3ef3005511ab0dfbb4961fb068e7505087c8790929604693ae0
User & Date: mistachkin 2020-06-28 15:08:25.778
Context
2020-07-01
01:34
Grammar tweak ... (check-in: 161309b1 user: andygoth tags: trunk)
2020-06-28
16:29
Merge updates from trunk. ... (Closed-Leaf check-in: c40c3272 user: mistachkin tags: th1Favicon)
15:08
Further CSS updates to the 'eagle' skin. ... (check-in: cff5d126 user: mistachkin tags: trunk)
14:19
Typo on an error message. ... (check-in: fa9d33b4 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to skins/eagle/css.txt.
408
409
410
411
412
413
414















.statistics-report-graph-line {
  background-color: #7EA2D9;
}

.timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] {
  background-color: #455978;
}






















>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
.statistics-report-graph-line {
  background-color: #7EA2D9;
}

.timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] {
  background-color: #455978;
}

div.difflncol {
  padding-right: 1em;
  text-align: right;
  color: white;
}
.capsumOff {
  background-color: #bbbbbb;
}
.capsumRead {
  background-color: #006d00;
}
.capsumWrite {
  background-color: #e5e500;
}