Fossil SCM
Fixed the font color for the Edit Check-in page so that the text is more readable.
Commit
cb98ab9dadd7673249574c258cf8e13615ad6ea4
Parent
44cb5bb0c4a1e93…
1 file changed
+4
+4
| --- skins/xekri/css.txt | ||
| +++ skins/xekri/css.txt | ||
| @@ -58,10 +58,14 @@ | ||
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | span[style^=background-color] { |
| 61 | 61 | color: #000; |
| 62 | 62 | } |
| 63 | + | |
| 64 | +td[style^=background-color] { | |
| 65 | + color: #000; | |
| 66 | +} | |
| 63 | 67 | |
| 64 | 68 | /************************************** |
| 65 | 69 | * Main Area |
| 66 | 70 | */ |
| 67 | 71 | |
| 68 | 72 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -58,10 +58,14 @@ | |
| 58 | } |
| 59 | |
| 60 | span[style^=background-color] { |
| 61 | color: #000; |
| 62 | } |
| 63 | |
| 64 | /************************************** |
| 65 | * Main Area |
| 66 | */ |
| 67 | |
| 68 |
| --- skins/xekri/css.txt | |
| +++ skins/xekri/css.txt | |
| @@ -58,10 +58,14 @@ | |
| 58 | } |
| 59 | |
| 60 | span[style^=background-color] { |
| 61 | color: #000; |
| 62 | } |
| 63 | |
| 64 | td[style^=background-color] { |
| 65 | color: #000; |
| 66 | } |
| 67 | |
| 68 | /************************************** |
| 69 | * Main Area |
| 70 | */ |
| 71 | |
| 72 |