Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1119688 - [TextSelection] Calendar event view cursors not adjustable
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Jan 30, 2015
1 parent 4547519 commit 182c031
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/calendar/style/event_view.css
Expand Up @@ -19,8 +19,11 @@
margin: 0;
padding: 2rem 1.8rem;
list-style-type: none;
}

#event-view ul * {
/* allow selection of whole event data */
-moz-user-select: all;
-moz-user-select: text;
}

#event-view .content {
Expand Down

0 comments on commit 182c031

Please sign in to comment.