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:
@@ -564,7 +564,7 @@ celerity_register_resource_map(array(
|
|||||||
),
|
),
|
||||||
'aphront-calendar-view-css' =>
|
'aphront-calendar-view-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/221d584d/rsrc/css/aphront/calendar-view.css',
|
'uri' => '/res/87d6e40d/rsrc/css/aphront/calendar-view.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ table.aphront-calendar-view td div.aphront-calendar-day {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.aphront-calendar-event-text {
|
.aphront-calendar-event-text {
|
||||||
|
color: #fff;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user