Fossil SCM

Fixes to the "eagle" scan CSS so that trunk backgrounds look right in the Modern View.

drh 2017-12-15 01:54 trunk
Commit 2c8bff0b2bab67979a48c0b8907862d58bbdf596c9175047380998fb100982f3
1 file changed +6 -1
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -164,11 +164,12 @@
164164
table.timelineTable {
165165
cellspacing: 0;
166166
border: 0;
167167
cellpadding: 0;
168168
font-family: "courier new";
169
- border-collapse: collapse;
169
+ border-spacing: 0px 2px;
170
+ // border-collapse: collapse;
170171
}
171172
172173
tr.timelineSelected {
173174
background-color: #7EA2D9;
174175
}
@@ -333,5 +334,9 @@
333334
}
334335
335336
.statistics-report-graph-line {
336337
background-color: #7EA2D9;
337338
}
339
+
340
+.timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] {
341
+ background-color: #455978;
342
+}
338343
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -164,11 +164,12 @@
164 table.timelineTable {
165 cellspacing: 0;
166 border: 0;
167 cellpadding: 0;
168 font-family: "courier new";
169 border-collapse: collapse;
 
170 }
171
172 tr.timelineSelected {
173 background-color: #7EA2D9;
174 }
@@ -333,5 +334,9 @@
333 }
334
335 .statistics-report-graph-line {
336 background-color: #7EA2D9;
337 }
 
 
 
 
338
--- skins/eagle/css.txt
+++ skins/eagle/css.txt
@@ -164,11 +164,12 @@
164 table.timelineTable {
165 cellspacing: 0;
166 border: 0;
167 cellpadding: 0;
168 font-family: "courier new";
169 border-spacing: 0px 2px;
170 // border-collapse: collapse;
171 }
172
173 tr.timelineSelected {
174 background-color: #7EA2D9;
175 }
@@ -333,5 +334,9 @@
334 }
335
336 .statistics-report-graph-line {
337 background-color: #7EA2D9;
338 }
339
340 .timelineModernCell[id], .timelineColumnarCell[id], .timelineDetailCell[id] {
341 background-color: #455978;
342 }
343

Keyboard Shortcuts

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