Issue 2455: Shadow text with jquery.mobile-1.4.5
Status:  Invalid
Owner: ----
Closed:  Mar 2015
Reported by logicode...@gmail.com, Mar 5, 2015
# You must follow these instructions when entering an issue:
#
#    http://fullcalendar.io/wiki/Reporting-Bugs/
#    http://fullcalendar.io/wiki/Requesting-Features/
#
# Issues that do not follow these guidelines will be deleted without
# explanation.
#

Hello, with jquery.mobile-1.4.5 events text style is shadow and color wrong..
My temporary solution is add this in the style of the page:

        #calendar .fc-event, .fc-event:hover, .ui-widget .fc-event {
            text-shadow: 0 0px 0;
            color: #fff;
        }



Mar 9, 2015
Project Member #1 adamrs...@gmail.com
Can you post a demonstration with everything needed to quickly open it up and see the problem?
http://fullcalendar.io/wiki/Reporting-Bugs/
Status: Invalid
Labels: Type-Bug