Sha256: c123ae8efd13be8d775c9802a7e78cb545f0333d71bd12b296aa4d1c7ab5e3b1
Contents?: true
Size: 1 KB
Versions: 3
Compression:
Stored size: 1 KB
Contents
/* resizable */ /* taken directly from fullcalendar.css - here cuz blueprint's compress.rb does not properly compress this style and it results in a syntax error preventing subsequent styles from being defined */ .fc .ui-resizable-handle { display: block; position: absolute; z-index: 99999; border: 0 !important; /* important overrides pre jquery ui 1.7 styles */ background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */ } .fc td { text-align: center; } .fc-event a:link, .fc-event a:visited, .fc-event a:active { color: white; } .conference_event, .conference_event a:link, .conference_event a:visited, .conference_event a:active { background-color: #0A0; border-color: #090; } .meeting_event, .meeting_event a:link, .meeting_event a:visited, .meeting_event a:active { background-color: #C00; border-color: #900; } .training_event, .training_event a:link, .training_event a:visited, .training_event a:active { background-color: #F30; border-color: #003; }
Version data entries
3 entries across 3 versions & 1 rubygems