mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-28 16:30:59 +01:00
[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
This commit is contained in:
parent
5f84f14eab
commit
22c8397013
4 changed files with 13 additions and 13 deletions
|
@ -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',
|
||||
|
|
|
@ -82,7 +82,7 @@ final class CelerityDefaultPostprocessor
|
|||
'blueborder' => '#8C98B8',
|
||||
'darkblueborder' => '#626E82',
|
||||
'lightbluebackground' => '#F8F9FC',
|
||||
'bluebackground' => '#DAE7FF',
|
||||
'bluebackground' => '#ECEEF4',
|
||||
'lightbluetext' => '#8C98B8',
|
||||
'bluetext' => '#6B748C',
|
||||
'darkbluetext' => '#464C5C',
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue