mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52: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:
parent
a2367ddf75
commit
9e28d12c57
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue