From 5cb0f477619d9f4c5b2decdbc6917178b99e0e4f Mon Sep 17 00:00:00 2001 From: Nick Harper Date: Tue, 11 Dec 2012 15:00:18 -0800 Subject: [PATCH] Add background to haunted differential comment panel Summary: Warning boxes in a haunted differential comment panel were showing up without a background (so the contents below were showing through). This adds the background. Test Plan: viewed haunted differential comment panel on a diff with lint errors and selected "accept revision". Confirmed that the diff and sidebar did not show through underneath the red warning box. Reviewers: epriestley, chad Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4154 --- webroot/rsrc/css/application/differential/revision-comment.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webroot/rsrc/css/application/differential/revision-comment.css b/webroot/rsrc/css/application/differential/revision-comment.css index ee243174d8..9fbb0660ec 100644 --- a/webroot/rsrc/css/application/differential/revision-comment.css +++ b/webroot/rsrc/css/application/differential/revision-comment.css @@ -14,6 +14,7 @@ */ .differential-haunt-mode-1 .differential-add-comment-panel, .differential-haunt-mode-2 .differential-add-comment-panel { + background-color: #fff; position: fixed; width: 100%; bottom: 0;