From 22c839701335e26f5d59b57bbb87adbc51ec85c1 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 25 Jun 2015 15:58:00 -0700 Subject: [PATCH] [Redesign] Tweak bluebackground to be more useful Summary: Ref T8099, Makes bluebackground more useful, add to hovercards, documents Test Plan: Hovercards, Phriction Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099 Differential Revision: https://secure.phabricator.com/D13450 --- resources/celerity/map.php | 16 ++++++++-------- .../CelerityDefaultPostprocessor.php | 2 +- .../css/layout/phabricator-hovercard-view.css | 4 ++-- webroot/rsrc/css/phui/phui-document.css | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 9bf296a0b0..4221910a5e 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -38,7 +38,7 @@ return array( 'rsrc/css/application/base/phabricator-application-launch-view.css' => '9a233ed6', 'rsrc/css/application/base/phui-theme.css' => 'd4a49411', 'rsrc/css/application/base/standard-page-view.css' => '43045fb4', - 'rsrc/css/application/calendar/calendar-icon.css' => '98ce946d', + 'rsrc/css/application/calendar/calendar-icon.css' => 'a95c11a9', 'rsrc/css/application/chatlog/chatlog.css' => 'f1971c1c', 'rsrc/css/application/conduit/conduit-api.css' => '7bc725c4', 'rsrc/css/application/config/config-options.css' => '7fedf08b', @@ -98,7 +98,7 @@ return array( 'rsrc/css/application/ponder/feed.css' => 'e62615b6', 'rsrc/css/application/ponder/post.css' => '9d415218', 'rsrc/css/application/ponder/vote.css' => '8ed6ed8b', - 'rsrc/css/application/projects/project-icon.css' => 'c2ecb7f1', + 'rsrc/css/application/projects/project-icon.css' => '4e3eaa5a', 'rsrc/css/application/releeph/releeph-core.css' => '9b3c5733', 'rsrc/css/application/releeph/releeph-preview-branch.css' => 'b7a6f4a5', 'rsrc/css/application/releeph/releeph-request-differential-create-dialog.css' => '8d8b92cd', @@ -117,7 +117,7 @@ return array( 'rsrc/css/font/font-roboto-slab.css' => 'cda88637', 'rsrc/css/font/phui-font-icon-base.css' => '3dad2ae3', 'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82', - 'rsrc/css/layout/phabricator-hovercard-view.css' => '0a08eb6c', + 'rsrc/css/layout/phabricator-hovercard-view.css' => '3a8553e7', 'rsrc/css/layout/phabricator-side-menu-view.css' => '4f2cd343', 'rsrc/css/layout/phabricator-source-code-view.css' => '098e9b75', 'rsrc/css/phui/calendar/phui-calendar-day.css' => 'd1cf6f93', @@ -129,7 +129,7 @@ return array( 'rsrc/css/phui/phui-box.css' => 'a5bb366d', 'rsrc/css/phui/phui-button.css' => 'f4d9c140', 'rsrc/css/phui/phui-crumbs-view.css' => 'ce840ec2', - 'rsrc/css/phui/phui-document.css' => 'dd07b216', + 'rsrc/css/phui/phui-document.css' => '3eb3b3e3', 'rsrc/css/phui/phui-feed-story.css' => 'c70d2dd9', 'rsrc/css/phui/phui-fontkit.css' => '0d04121b', 'rsrc/css/phui/phui-form-view.css' => 'a0e8f168', @@ -496,7 +496,7 @@ return array( 'aphront-typeahead-control-css' => '0e403212', 'auth-css' => 'dc62cb0e', 'bulk-job-css' => 'df9c1d4a', - 'calendar-icon-css' => '98ce946d', + 'calendar-icon-css' => 'a95c11a9', 'changeset-view-manager' => '58562350', 'conduit-api-css' => '7bc725c4', 'config-options-css' => '7fedf08b', @@ -721,7 +721,7 @@ return array( 'phabricator-filetree-view-css' => 'fccf9f82', 'phabricator-flag-css' => '5337623f', 'phabricator-hovercard' => '14ac66f5', - 'phabricator-hovercard-view-css' => '0a08eb6c', + 'phabricator-hovercard-view-css' => '3a8553e7', 'phabricator-keyboard-shortcut' => '1ae869f2', 'phabricator-keyboard-shortcut-manager' => 'c1700f6f', 'phabricator-main-menu-view' => '3cd48671', @@ -771,7 +771,7 @@ return array( 'phui-calendar-list-css' => 'c1c7f338', 'phui-calendar-month-css' => '476be7e0', 'phui-crumbs-view-css' => 'ce840ec2', - 'phui-document-view-css' => 'dd07b216', + 'phui-document-view-css' => '3eb3b3e3', 'phui-feed-story-css' => 'c70d2dd9', 'phui-font-icon-base-css' => '3dad2ae3', 'phui-fontkit-css' => '0d04121b', @@ -808,7 +808,7 @@ return array( 'ponder-feed-view-css' => 'e62615b6', 'ponder-post-css' => '9d415218', 'ponder-vote-css' => '8ed6ed8b', - 'project-icon-css' => 'c2ecb7f1', + 'project-icon-css' => '4e3eaa5a', 'raphael-core' => '51ee6b43', 'raphael-g' => '40dde778', 'raphael-g-line' => '40da039e', diff --git a/src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php b/src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php index f49766f83f..4fecbb9033 100644 --- a/src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php +++ b/src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php @@ -82,7 +82,7 @@ final class CelerityDefaultPostprocessor 'blueborder' => '#8C98B8', 'darkblueborder' => '#626E82', 'lightbluebackground' => '#F8F9FC', - 'bluebackground' => '#DAE7FF', + 'bluebackground' => '#ECEEF4', 'lightbluetext' => '#8C98B8', 'bluetext' => '#6B748C', 'darkbluetext' => '#464C5C', diff --git a/webroot/rsrc/css/layout/phabricator-hovercard-view.css b/webroot/rsrc/css/layout/phabricator-hovercard-view.css index 9c6f1350f2..1785474ef1 100644 --- a/webroot/rsrc/css/layout/phabricator-hovercard-view.css +++ b/webroot/rsrc/css/layout/phabricator-hovercard-view.css @@ -26,8 +26,8 @@ } .phabricator-hovercard-head .phui-header-shell { - padding: 8px 8px 8px 12px; - background-color: {$lightgreybackground}; + padding: 6px 8px 6px 12px; + background-color: {$bluebackground}; border-top-left-radius: 3px; border-top-right-radius: 3px; } diff --git a/webroot/rsrc/css/phui/phui-document.css b/webroot/rsrc/css/phui/phui-document.css index 2a88c5d718..41b50d33f8 100644 --- a/webroot/rsrc/css/phui/phui-document.css +++ b/webroot/rsrc/css/phui/phui-document.css @@ -10,7 +10,7 @@ .phui-document-view .phui-header-shell { padding: 16px; - background-color: #F5F7FA; + background-color: {$bluebackground}; } .phui-document-content { @@ -73,7 +73,7 @@ .phui-document-content .phui-header-shell { border-top: none; - border-bottom: 1px solid {$thinblueborder}; + border-bottom: 1px solid {$lightblueborder}; } .phui-document-content