Fossil SCM
In /ci_edit, add a footnote recommending against setting fixed color values. That feature predates skins by years and does not play well with arbitrary skins.
Commit
9956fa6ddefebb468ba5502b44153a2ac9f31463029fcccde7c1a1033eab1b39
Parent
53ff9d0de0ca79d…
2 files changed
+3
+5
+3
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1212,10 +1212,13 @@ | ||
| 1212 | 1212 | font-size: 1.2em; |
| 1213 | 1213 | padding: 0.2em; |
| 1214 | 1214 | margin: 0.25em 0; |
| 1215 | 1215 | flex: 0 0 auto; |
| 1216 | 1216 | } |
| 1217 | +.font-size-80 { | |
| 1218 | + font-size: 80%; | |
| 1219 | +} | |
| 1217 | 1220 | .font-size-100 { |
| 1218 | 1221 | font-size: 100%; |
| 1219 | 1222 | } |
| 1220 | 1223 | .font-size-125 { |
| 1221 | 1224 | font-size: 125%; |
| 1222 | 1225 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1212,10 +1212,13 @@ | |
| 1212 | font-size: 1.2em; |
| 1213 | padding: 0.2em; |
| 1214 | margin: 0.25em 0; |
| 1215 | flex: 0 0 auto; |
| 1216 | } |
| 1217 | .font-size-100 { |
| 1218 | font-size: 100%; |
| 1219 | } |
| 1220 | .font-size-125 { |
| 1221 | font-size: 125%; |
| 1222 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1212,10 +1212,13 @@ | |
| 1212 | font-size: 1.2em; |
| 1213 | padding: 0.2em; |
| 1214 | margin: 0.25em 0; |
| 1215 | flex: 0 0 auto; |
| 1216 | } |
| 1217 | .font-size-80 { |
| 1218 | font-size: 80%; |
| 1219 | } |
| 1220 | .font-size-100 { |
| 1221 | font-size: 100%; |
| 1222 | } |
| 1223 | .font-size-125 { |
| 1224 | font-size: 125%; |
| 1225 |
+5
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -3305,10 +3305,15 @@ | ||
| 3305 | 3305 | @ <input type="checkbox" name="pclr" checked="checked" /> |
| 3306 | 3306 | }else{ |
| 3307 | 3307 | @ <input type="checkbox" name="pclr" /> |
| 3308 | 3308 | } |
| 3309 | 3309 | @ Propagate color to descendants</label></div> |
| 3310 | + @ <div class='font-size-80'>Be aware that fixed background | |
| 3311 | + @ colors will not interact well with all available skins. | |
| 3312 | + @ It is recommended that fossil be allowed to select these | |
| 3313 | + @ colors automatically so that it can take the skin's | |
| 3314 | + @ preferences into account.</div> | |
| 3310 | 3315 | @ </td></tr> |
| 3311 | 3316 | |
| 3312 | 3317 | @ <tr><th align="right" valign="top">Tags:</th> |
| 3313 | 3318 | @ <td valign="top"> |
| 3314 | 3319 | @ <label><input type="checkbox" id="newtag" name="newtag"%s(zNewTagFlag) /> |
| 3315 | 3320 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -3305,10 +3305,15 @@ | |
| 3305 | @ <input type="checkbox" name="pclr" checked="checked" /> |
| 3306 | }else{ |
| 3307 | @ <input type="checkbox" name="pclr" /> |
| 3308 | } |
| 3309 | @ Propagate color to descendants</label></div> |
| 3310 | @ </td></tr> |
| 3311 | |
| 3312 | @ <tr><th align="right" valign="top">Tags:</th> |
| 3313 | @ <td valign="top"> |
| 3314 | @ <label><input type="checkbox" id="newtag" name="newtag"%s(zNewTagFlag) /> |
| 3315 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -3305,10 +3305,15 @@ | |
| 3305 | @ <input type="checkbox" name="pclr" checked="checked" /> |
| 3306 | }else{ |
| 3307 | @ <input type="checkbox" name="pclr" /> |
| 3308 | } |
| 3309 | @ Propagate color to descendants</label></div> |
| 3310 | @ <div class='font-size-80'>Be aware that fixed background |
| 3311 | @ colors will not interact well with all available skins. |
| 3312 | @ It is recommended that fossil be allowed to select these |
| 3313 | @ colors automatically so that it can take the skin's |
| 3314 | @ preferences into account.</div> |
| 3315 | @ </td></tr> |
| 3316 | |
| 3317 | @ <tr><th align="right" valign="top">Tags:</th> |
| 3318 | @ <td valign="top"> |
| 3319 | @ <label><input type="checkbox" id="newtag" name="newtag"%s(zNewTagFlag) /> |
| 3320 |