From b42ccb85ccdff3f64a539e69af487b9332db8976 Mon Sep 17 00:00:00 2001 From: Justin Collins Date: Thu, 19 Apr 2012 14:23:12 -0700 Subject: [PATCH] Add CSS for user input highlighting --- lib/brakeman/format/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/brakeman/format/style.css b/lib/brakeman/format/style.css index 08d6474b..dd95edce 100644 --- a/lib/brakeman/format/style.css +++ b/lib/brakeman/format/style.css @@ -108,3 +108,7 @@ p { pre.context { margin-bottom: 1px; } + + .user_input { + background-color: #fcecab; + } -- GitLab