fullcalendar css
This commit is contained in:
parent
d13c731297
commit
13489a0925
@ -178,8 +178,10 @@ table.seat td:first-child {
|
||||
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
||||
background-image: linear-gradient(to bottom, #1f2c3d, #1f2c3d);
|
||||
background-repeat: repeat-x;
|
||||
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
||||
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
||||
border-color: rgb(211 235 255) rgb(211 235 255) rgb(211 235 255);
|
||||
padding: 5px 10px ;
|
||||
display: inline-block;
|
||||
border-radius: 0px;
|
||||
color: #d3ebff;
|
||||
text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
|
||||
box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
|
||||
@ -205,6 +207,15 @@ table.seat td:first-child {
|
||||
box-sizing: content-box;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/*td.fc-day.fc-widget-content.fc-mon.fc-other-month.fc-past*/
|
||||
|
||||
.fc-container .fc-other-month {
|
||||
color: #1f2c3d;
|
||||
background-color: #d3ebff;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
lists like tables
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user