diff options
Diffstat (limited to 'extensions/Splinter/web/splinter.css')
-rw-r--r-- | extensions/Splinter/web/splinter.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/Splinter/web/splinter.css b/extensions/Splinter/web/splinter.css index 3f2eb84fe..014751b08 100644 --- a/extensions/Splinter/web/splinter.css +++ b/extensions/Splinter/web/splinter.css @@ -413,3 +413,7 @@ div.review-patch-comment-text { .file-reviewed-nav { text-decoration: line-through; } + +.trailing-whitespace { + background: #ffaaaa; +} |