mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
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
This commit is contained in:
parent
54ce4a719e
commit
3a252fc311
2 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ return array(
|
||||||
'rsrc/css/application/base/notification-menu.css' => 'fc9a363c',
|
'rsrc/css/application/base/notification-menu.css' => 'fc9a363c',
|
||||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '55ba7571',
|
'rsrc/css/application/base/phabricator-application-launch-view.css' => '55ba7571',
|
||||||
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
|
'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-options.css' => '7fedf08b',
|
||||||
'rsrc/css/application/config/config-template.css' => '25d446d6',
|
'rsrc/css/application/config/config-template.css' => '25d446d6',
|
||||||
'rsrc/css/application/config/setup-issue.css' => '1bb81c53',
|
'rsrc/css/application/config/setup-issue.css' => '1bb81c53',
|
||||||
|
@ -675,7 +675,7 @@ return array(
|
||||||
'phabricator-action-list-view-css' => '81383e25',
|
'phabricator-action-list-view-css' => '81383e25',
|
||||||
'phabricator-application-launch-view-css' => '55ba7571',
|
'phabricator-application-launch-view-css' => '55ba7571',
|
||||||
'phabricator-busy' => '6453c869',
|
'phabricator-busy' => '6453c869',
|
||||||
'phabricator-chatlog-css' => 'ad006c53',
|
'phabricator-chatlog-css' => '852140ff',
|
||||||
'phabricator-content-source-view-css' => '4b8b05d4',
|
'phabricator-content-source-view-css' => '4b8b05d4',
|
||||||
'phabricator-core-css' => 'da26ddb2',
|
'phabricator-core-css' => 'da26ddb2',
|
||||||
'phabricator-countdown-css' => '86b7b0a0',
|
'phabricator-countdown-css' => '86b7b0a0',
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-chat-log tr {
|
.phabricator-chat-log tr {
|
||||||
background: #fafafa;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phabricator-chat-log tr td.author {
|
.phabricator-chat-log tr td.author {
|
||||||
|
|
Loading…
Reference in a new issue