From 3a252fc3113c46af50c5defab92cda76c2977490 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 12 Feb 2014 09:55:53 -0800 Subject: [PATCH] Make chatlog bg white Summary: More white, less whitesmoke. Test Plan: rload chatlg Reviewers: epriestley, btrahan Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8207 --- resources/celerity/map.php | 4 ++-- webroot/rsrc/css/application/chatlog/chatlog.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index a6524f59a8..b1feb841a3 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -43,7 +43,7 @@ return array( 'rsrc/css/application/base/notification-menu.css' => 'fc9a363c', 'rsrc/css/application/base/phabricator-application-launch-view.css' => '55ba7571', 'rsrc/css/application/base/standard-page-view.css' => '517cdfb1', - 'rsrc/css/application/chatlog/chatlog.css' => 'ad006c53', + 'rsrc/css/application/chatlog/chatlog.css' => '852140ff', 'rsrc/css/application/config/config-options.css' => '7fedf08b', 'rsrc/css/application/config/config-template.css' => '25d446d6', 'rsrc/css/application/config/setup-issue.css' => '1bb81c53', @@ -675,7 +675,7 @@ return array( 'phabricator-action-list-view-css' => '81383e25', 'phabricator-application-launch-view-css' => '55ba7571', 'phabricator-busy' => '6453c869', - 'phabricator-chatlog-css' => 'ad006c53', + 'phabricator-chatlog-css' => '852140ff', 'phabricator-content-source-view-css' => '4b8b05d4', 'phabricator-core-css' => 'da26ddb2', 'phabricator-countdown-css' => '86b7b0a0', diff --git a/webroot/rsrc/css/application/chatlog/chatlog.css b/webroot/rsrc/css/application/chatlog/chatlog.css index 1ec6bcd162..3c9d4b1da0 100644 --- a/webroot/rsrc/css/application/chatlog/chatlog.css +++ b/webroot/rsrc/css/application/chatlog/chatlog.css @@ -48,7 +48,7 @@ } .phabricator-chat-log tr { - background: #fafafa; + background: #fff; } .phabricator-chat-log tr td.author {