Fossil SCM

Adjust CSS to show blue change text for the --by option.

drh 2021-09-03 14:05 diff-color-enhancements
Commit 4381c7ea8c9873d3158fb96ac0f5d051061bbe2ea652a2a33457b85f63505e9d
1 file changed +2 -2
+2 -2
--- src/diffcmd.c
+++ src/diffcmd.c
@@ -251,11 +251,11 @@
251251
@ td.difftxt del > del {
252252
@ background-color: #ffc0c0;
253253
@ text-decoration: none;
254254
@ font-weight: bold;
255255
@ }
256
-@ td.difftxt del mark {
256
+@ td.difftxt del > del.edit {
257257
@ background-color: #c0c0ff;
258258
@ text-decoration: none;
259259
@ font-weight: bold;
260260
@ }
261261
@ td.difftxt ins {
@@ -265,11 +265,11 @@
265265
@ td.difftxt ins > ins {
266266
@ background-color: #a0e4b2;
267267
@ text-decoration: none;
268268
@ font-weight: bold;
269269
@ }
270
-@ td.difftxt ins mark {
270
+@ td.difftxt ins > ins.edit {
271271
@ background-color: #c0c0ff;
272272
@ text-decoration: none;
273273
@ font-weight: bold;
274274
@ }
275275
@
276276
--- 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

Keyboard Shortcuts

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