From 50b8815e442a9ed1f3d02242173c2948da24426b Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 11 Feb 2016 20:54:48 +0000 Subject: [PATCH] Remove dropshadow from dialog on single pages Summary: Restricts the dropshadow to just the js dialog. Test Plan: Test login page, logout dialog. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15248 --- resources/celerity/map.php | 6 +++--- webroot/rsrc/css/aphront/dialog-view.css | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index be34573f67..78351f0774 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -7,7 +7,7 @@ */ return array( 'names' => array( - 'core.pkg.css' => '69616aad', + 'core.pkg.css' => 'bd041864', 'core.pkg.js' => 'd7daa6d8', 'darkconsole.pkg.js' => 'e7393ebb', 'differential.pkg.css' => '2de124c9', @@ -18,7 +18,7 @@ return array( 'maniphest.pkg.js' => '949a7498', 'rsrc/css/aphront/aphront-bars.css' => '231ac33c', 'rsrc/css/aphront/dark-console.css' => '6378ef3d', - 'rsrc/css/aphront/dialog-view.css' => 'e2f4919b', + 'rsrc/css/aphront/dialog-view.css' => 'b4334e08', 'rsrc/css/aphront/lightbox-attachment.css' => '7acac05d', 'rsrc/css/aphront/list-filter-view.css' => '5d6f0526', 'rsrc/css/aphront/multi-column.css' => 'fd18389d', @@ -518,7 +518,7 @@ return array( 'almanac-css' => 'dbb9b3af', 'aphront-bars' => '231ac33c', 'aphront-dark-console-css' => '6378ef3d', - 'aphront-dialog-view-css' => 'e2f4919b', + 'aphront-dialog-view-css' => 'b4334e08', 'aphront-list-filter-view-css' => '5d6f0526', 'aphront-multi-column-view-css' => 'fd18389d', 'aphront-panel-view-css' => '8427b78d', diff --git a/webroot/rsrc/css/aphront/dialog-view.css b/webroot/rsrc/css/aphront/dialog-view.css index c83ab931e6..8909368beb 100644 --- a/webroot/rsrc/css/aphront/dialog-view.css +++ b/webroot/rsrc/css/aphront/dialog-view.css @@ -8,6 +8,9 @@ border: 1px solid {$lightblueborder}; border-radius: 3px; background-color: #fff; +} + +.jx-client-dialog .aphront-dialog-view { box-shadow: {$dropshadow}; }