1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Status events from others were not clearly visible.

Summary: Sets any event text color to white, reguardless if its an anchor or not.

Test Plan: Have events from multiple people in the calendar, view events.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4263
This commit is contained in:
Chad Little 2012-12-21 10:15:48 -08:00
parent a2367ddf75
commit 9e28d12c57
2 changed files with 2 additions and 1 deletions

View file

@ -564,7 +564,7 @@ celerity_register_resource_map(array(
),
'aphront-calendar-view-css' =>
array(
'uri' => '/res/221d584d/rsrc/css/aphront/calendar-view.css',
'uri' => '/res/87d6e40d/rsrc/css/aphront/calendar-view.css',
'type' => 'css',
'requires' =>
array(

View file

@ -101,6 +101,7 @@ table.aphront-calendar-view td div.aphront-calendar-day {
}
.aphront-calendar-event-text {
color: #fff;
overflow: hidden;
white-space: nowrap;
}