Fossil SCM
Set default CSS for canvas node colors since Chrome has different browser defaults than all others.
Commit
9b19e7e086cd36c969ea93a1a573f138f978ceb7
Parent
daa8eb95e4b1316…
1 file changed
+4
+4
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -1085,10 +1085,14 @@ | ||
| 1085 | 1085 | @ /* use default */ |
| 1086 | 1086 | }, |
| 1087 | 1087 | { "tr.row1", |
| 1088 | 1088 | "odd table row color", |
| 1089 | 1089 | @ /* Use default */ |
| 1090 | + }, | |
| 1091 | + { "#canvas", "timeline graph node colors", | |
| 1092 | + @ color: black; | |
| 1093 | + @ background-color: white; | |
| 1090 | 1094 | }, |
| 1091 | 1095 | { 0, |
| 1092 | 1096 | 0, |
| 1093 | 1097 | 0 |
| 1094 | 1098 | } |
| 1095 | 1099 |
| --- 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 |