mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-09 11:22:41 +08:00
make new css play nice with twitter bootstrap. issue 2234
This commit is contained in:
+9
-10
@@ -422,21 +422,20 @@ temporary rendered events).
|
||||
/* Global Event Styles
|
||||
--------------------------------------------------------------------------------------------------*/
|
||||
|
||||
.fc-event { /* always an <a> tag */
|
||||
.fc-event,
|
||||
.fc-event:hover, /* extra precedents over other <a> tag hover styling */
|
||||
.ui-widget .fc-event { /* extra precedence over jqui theme <a> tag styling */
|
||||
|
||||
position: relative; /* for resize handle and other inner positioning */
|
||||
display: block; /* make the <a> tag block */
|
||||
border: 1px solid #3a87ad; /* default BORDER color */
|
||||
background-color: #3a87ad; /* default BACKGROUND color */
|
||||
color: #fff; /* default TEXT color */
|
||||
font-size: .85em;
|
||||
line-height: 1.3;
|
||||
border-radius: 3px;
|
||||
text-decoration: none; /* if it has an href */
|
||||
}
|
||||
|
||||
.ui-widget .fc-event { /* undo jqui's styles on <a> tags */
|
||||
color: #fff;
|
||||
font-weight: normal;
|
||||
border: 1px solid #3a87ad; /* default BORDER color */
|
||||
background-color: #3a87ad; /* default BACKGROUND color */
|
||||
color: #fff; /* default TEXT color */
|
||||
text-decoration: none; /* if <a> has an href */
|
||||
font-weight: normal; /* undo jqui */
|
||||
}
|
||||
|
||||
.fc-event[href],
|
||||
|
||||
Reference in New Issue
Block a user