Skip to content
Snippets Groups Projects
Commit 3943b0b6 authored by Michael Enz's avatar Michael Enz
Browse files

OO-1211

bootstrap-like button styles for calendar (normal and square styles)
parent 8a6fc3a7
No related branches found
No related tags found
No related merge requests found
...@@ -63,3 +63,18 @@ ...@@ -63,3 +63,18 @@
display: inline-block; display: inline-block;
} }
} }
/*
* fullcalendar bootstrapify
*/
.fc-button {
@include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
&.fc-state-default {
text-shadow: none;
}
&.fc-state-active {
@include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
}
...@@ -24,6 +24,15 @@ ...@@ -24,6 +24,15 @@
} }
} }
/* buttons */
.btn {
&:active,
&.active {
box-shadow: none;
}
}
/* light theme overrides */ /* light theme overrides */
a.o_dev { a.o_dev {
border-radius: 0px; border-radius: 0px;
...@@ -79,3 +88,26 @@ wizard { ...@@ -79,3 +88,26 @@ wizard {
line-height: $o-toggle-size + 1; line-height: $o-toggle-size + 1;
} }
} }
/* fullcalendar */
/*
* fullcalendar bootstrapify
*/
.fc-button {
box-shadow: none;
border-radius: none;
&.fc-state-default {
background-image: none;
}
&.fc-state-active {
}
&.fc-corner-left, &.fc-corner-right {
border-radius: 0px;
}
}
.fc-ltr .fc-event-hori.fc-event-start, .fc-ltr .fc-event-hori.fc-event-end {
border-radius: 0px;
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment