Fossil SCM
Adjust CSS to show blue change text for the --by option.
Commit
4381c7ea8c9873d3158fb96ac0f5d051061bbe2ea652a2a33457b85f63505e9d
Parent
07d28ec886cdee5…
1 file changed
+2
-2
+2
-2
| --- src/diffcmd.c | ||
| +++ src/diffcmd.c | ||
| @@ -251,11 +251,11 @@ | ||
| 251 | 251 | @ td.difftxt del > del { |
| 252 | 252 | @ background-color: #ffc0c0; |
| 253 | 253 | @ text-decoration: none; |
| 254 | 254 | @ font-weight: bold; |
| 255 | 255 | @ } |
| 256 | -@ td.difftxt del mark { | |
| 256 | +@ td.difftxt del > del.edit { | |
| 257 | 257 | @ background-color: #c0c0ff; |
| 258 | 258 | @ text-decoration: none; |
| 259 | 259 | @ font-weight: bold; |
| 260 | 260 | @ } |
| 261 | 261 | @ td.difftxt ins { |
| @@ -265,11 +265,11 @@ | ||
| 265 | 265 | @ td.difftxt ins > ins { |
| 266 | 266 | @ background-color: #a0e4b2; |
| 267 | 267 | @ text-decoration: none; |
| 268 | 268 | @ font-weight: bold; |
| 269 | 269 | @ } |
| 270 | -@ td.difftxt ins mark { | |
| 270 | +@ td.difftxt ins > ins.edit { | |
| 271 | 271 | @ background-color: #c0c0ff; |
| 272 | 272 | @ text-decoration: none; |
| 273 | 273 | @ font-weight: bold; |
| 274 | 274 | @ } |
| 275 | 275 | @ |
| 276 | 276 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -251,11 +251,11 @@ | |
| 251 | @ td.difftxt del > del { |
| 252 | @ background-color: #ffc0c0; |
| 253 | @ text-decoration: none; |
| 254 | @ font-weight: bold; |
| 255 | @ } |
| 256 | @ td.difftxt del mark { |
| 257 | @ background-color: #c0c0ff; |
| 258 | @ text-decoration: none; |
| 259 | @ font-weight: bold; |
| 260 | @ } |
| 261 | @ td.difftxt ins { |
| @@ -265,11 +265,11 @@ | |
| 265 | @ td.difftxt ins > ins { |
| 266 | @ background-color: #a0e4b2; |
| 267 | @ text-decoration: none; |
| 268 | @ font-weight: bold; |
| 269 | @ } |
| 270 | @ td.difftxt ins mark { |
| 271 | @ background-color: #c0c0ff; |
| 272 | @ text-decoration: none; |
| 273 | @ font-weight: bold; |
| 274 | @ } |
| 275 | @ |
| 276 |
| --- src/diffcmd.c | |
| +++ src/diffcmd.c | |
| @@ -251,11 +251,11 @@ | |
| 251 | @ td.difftxt del > del { |
| 252 | @ background-color: #ffc0c0; |
| 253 | @ text-decoration: none; |
| 254 | @ font-weight: bold; |
| 255 | @ } |
| 256 | @ td.difftxt del > del.edit { |
| 257 | @ background-color: #c0c0ff; |
| 258 | @ text-decoration: none; |
| 259 | @ font-weight: bold; |
| 260 | @ } |
| 261 | @ td.difftxt ins { |
| @@ -265,11 +265,11 @@ | |
| 265 | @ td.difftxt ins > ins { |
| 266 | @ background-color: #a0e4b2; |
| 267 | @ text-decoration: none; |
| 268 | @ font-weight: bold; |
| 269 | @ } |
| 270 | @ td.difftxt ins > ins.edit { |
| 271 | @ background-color: #c0c0ff; |
| 272 | @ text-decoration: none; |
| 273 | @ font-weight: bold; |
| 274 | @ } |
| 275 | @ |
| 276 |