Fossil SCM

Set default CSS for canvas node colors since Chrome has different browser defaults than all others.

drh 2013-08-19 17:13 trunk
Commit 9b19e7e086cd36c969ea93a1a573f138f978ceb7
1 file changed +4
--- src/style.c
+++ src/style.c
@@ -1085,10 +1085,14 @@
10851085
@ /* use default */
10861086
},
10871087
{ "tr.row1",
10881088
"odd table row color",
10891089
@ /* Use default */
1090
+ },
1091
+ { "#canvas", "timeline graph node colors",
1092
+ @ color: black;
1093
+ @ background-color: white;
10901094
},
10911095
{ 0,
10921096
0,
10931097
0
10941098
}
10951099
--- src/style.c
+++ src/style.c
@@ -1085,10 +1085,14 @@
1085 @ /* use default */
1086 },
1087 { "tr.row1",
1088 "odd table row color",
1089 @ /* Use default */
 
 
 
 
1090 },
1091 { 0,
1092 0,
1093 0
1094 }
1095
--- src/style.c
+++ src/style.c
@@ -1085,10 +1085,14 @@
1085 @ /* use default */
1086 },
1087 { "tr.row1",
1088 "odd table row color",
1089 @ /* Use default */
1090 },
1091 { "#canvas", "timeline graph node colors",
1092 @ color: black;
1093 @ background-color: white;
1094 },
1095 { 0,
1096 0,
1097 0
1098 }
1099

Keyboard Shortcuts

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