From 5c6351fc837b0d882f154c0be841958d73257144 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 11 Jun 2014 15:40:47 -0700 Subject: [PATCH] Lighten remarkup box in Conpherence Summary: These should be thin, not light Test Plan: reload html Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9490 --- resources/celerity/map.php | 4 ++-- webroot/rsrc/css/application/conpherence/message-pane.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index ee0a55a199..380ecca678 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -45,7 +45,7 @@ return array( 'rsrc/css/application/config/config-template.css' => '25d446d6', 'rsrc/css/application/config/setup-issue.css' => '69e640e7', 'rsrc/css/application/conpherence/menu.css' => 'e1e0fdf1', - 'rsrc/css/application/conpherence/message-pane.css' => '7703a9a9', + 'rsrc/css/application/conpherence/message-pane.css' => '11a393ca', 'rsrc/css/application/conpherence/notification.css' => '04a6e10a', 'rsrc/css/application/conpherence/update.css' => '1099a660', 'rsrc/css/application/conpherence/widget-pane.css' => 'bf275a6c', @@ -500,7 +500,7 @@ return array( 'changeset-view-manager' => 'db09a523', 'config-options-css' => '7fedf08b', 'conpherence-menu-css' => 'e1e0fdf1', - 'conpherence-message-pane-css' => '7703a9a9', + 'conpherence-message-pane-css' => '11a393ca', 'conpherence-notification-css' => '04a6e10a', 'conpherence-update-css' => '1099a660', 'conpherence-widget-pane-css' => 'bf275a6c', diff --git a/webroot/rsrc/css/application/conpherence/message-pane.css b/webroot/rsrc/css/application/conpherence/message-pane.css index a42d8ef4c2..c7cb7cc3e3 100644 --- a/webroot/rsrc/css/application/conpherence/message-pane.css +++ b/webroot/rsrc/css/application/conpherence/message-pane.css @@ -203,7 +203,7 @@ height: 124px; padding: 6px; border-width: 1px 0; - border-color: {$lightblueborder}; + border-color: {$thinblueborder}; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;