More calendar tweaks

This commit is contained in:
Albert Santoni 2015-08-12 14:33:34 -04:00
parent 0cfc55116d
commit 21250e91c4
4 changed files with 13 additions and 7 deletions

View file

@ -38,6 +38,7 @@ html .fc,
table.fc-header {
background: #4a4a4a;
border-bottom: 1px solid #222;
}
#schedule_calendar > table > tbody > tr > td.fc-header-left
@ -437,7 +438,7 @@ table.fc-border-separate {
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
border-bottom-width: 1px;
border-bottom: 1px solid #222;
}
.fc-border-separate tbody tr.fc-first td,

View file

@ -127,6 +127,7 @@
border: 1px solid #5b5b5b;
background: #4a4a4a ;
color: #ccc;
text-shadow: #343434 0px -1px;
}
.ui-widget-header a {
color: #444444;
@ -139,6 +140,7 @@
border:1px solid #5b5b5b;
background-color: #6e6e6e;
color: #ffffff;
text-shadow: rgba(0, 0, 0, 0.2) 0px -1px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #ffffff;
@ -157,8 +159,11 @@
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #5b5b5b;
background: #c6c6c6;
background: #ccc9c7;
color: #000;
text-shadow: rgba(255, 255, 255, 0.2) 0px 1px;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2);
outline:none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
@ -177,8 +182,8 @@
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border: 1px solid #ff5d1a;
background: rgba(255, 93, 26, 0.1);
border: 1px solid #696969;
background: rgba(255, 255, 255, 0.15);
color: #1adeff;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {

View file

@ -1380,7 +1380,7 @@ input[type="checkbox"] {
thead tr.fc-first
{
height: 32px;
line-height: 32px;
line-height: 32px;
}
/** Extremely nasty workaround for a fullcalendar bug, where clicking "Add Show"
@ -2828,7 +2828,7 @@ tbody tr th {
}
thead tr th {
color: #FFFFFF;
font-size: 12px;
font-size: 16px;
padding: 5px 5px;
border-color:#CCCCCC;
background-color: #6e6e6e;