@up-group-ui/react-controls
Version:
Up shared react controls
138 lines (126 loc) • 2.97 kB
CSS
.fc.fc-theme-standard {
width: 100%;
}
.fc-toolbar-chunk {
display: inline-flex;
}
button.fc--button.fc-button.fc-button-primary {
display: none;
}
.fc-toolbar-title {
font-weight: normal;
font-size: 1rem ;
margin-top: 0.7rem ;
}
button.fc-button.fc-prev-button,
button.fc-button.fc-next-button {
border: none ;
background-color: none ;
}
button.fc-button.fc-prev-button:hover,
button.fc-button.fc-next-button:hover,
button.fc-button.fc-prev-button:active,
button.fc-button.fc-next-button:active {
border: none ;
background-color: #ffffff ;
color: #f59100 ;
box-shadow: none ;
}
.fc td.fc-day {
border: 2px solid white;
background-color: #f5f5f5;
}
.fc-col-header-cell,
.fc-scrollgrid,
th.fc-timegrid-axis.fc-scrollgrid-shrink,
.fc-theme-standard td {
border-color: white ;
}
td.fc-timegrid-slot-minor {
border-bottom: 2px solid white ;
}
.fc .fc-scrollgrid-section-sticky > * {
position: relative;
}
.fc .fc-timegrid-slot-minor {
border: none;
}
a.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion,
a.fc-col-header-cell-cushion,
a.fc-daygrid-day-number {
color: #7a756f ;
}
.fc-scroller {
overflow: hidden ;
}
.fc-event {
background: none ;
border: none;
border-radius: 0px;
}
button.fc-button.fc-button-active,
button.fc-button:disabled {
background-color: #f59100 ;
border: 1px solid #f59100 ;
color: #ffffff ;
}
button.fc-button:focus {
box-shadow: none ;
}
button.fc-button.fc-button-active:hover {
background-color: #ee7f01 ;
border: 1px solid #f59100 ;
color: #ffffff ;
}
button.fc-button {
background-color: #ffffff ;
border: 1px solid #f59100 ;
color: #f59100 ;
}
button.fc-button:hover {
background-color: #f59100 ;
border: 1px solid #f59100 ;
color: #ffffff ;
}
button.fc-button:active {
background-color: #c27300 ;
box-shadow: inset 5px 5px 5px rgba(16, 22, 26, 0.2) ;
border: 1px solid #f59100 ;
}
.fc-timeGridWeek-view th.fc-col-header-cell.fc-day {
text-align: left;
}
.fc th {
font-weight: normal;
text-align: center;
}
.fc-right h2 {
font-weight: normal;
font-size: 16px;
}
td.fc-daygrid-day {
height: 100px;
}
.fc .fc-timegrid-axis-cushion {
max-width: 69px ;
}
a.fc-daygrid-week-number {
font-size: 0, 68rem;
font-style: italic;
}
.up-calendar .up-calendar__tooltip {
z-index: 100;
border-radius: 4px;
max-width: 15rem;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 1px;
}
.up-calendar .up-calendar__tooltip .up-calendar__tooltip__header {
padding: 1rem;
background-color: #f59100;
color: white;
}
.up-calendar .up-calendar__tooltip .up-calendar__tooltip__content {
padding: 1rem;
background-color: white;
}