Skip to content

Instantly share code, notes, and snippets.

@Jason-Cooke
Created May 7, 2017 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jason-Cooke/b282a731a371cb778cf8244d52ab1758 to your computer and use it in GitHub Desktop.
Save Jason-Cooke/b282a731a371cb778cf8244d52ab1758 to your computer and use it in GitHub Desktop.
* {
font-family: 'Open Sans',sans-serif
}
body.loading {
overflow: hidden
}
body.loading .modal {
display: block
}
td.fc-resource-area {
width: 175px!important
}
.ui-dialog-titlebar-close {
display: none
}
.ui-dialog-titlebar {
display: none
}
.fc-customAllButton-button:active,.fc-customAucklandButton-button:active,.fc-customWellingtonButton-button:active,.fc-customChristchurchButton-button:active,.fc-customNorthIslandButton-button:active,.fc-customSouthIslandButton-button:active,.fc-customOtherBigCitiesButton-button:active {
background-color: #ccc!important;
background-image: none!important;
box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)!important
}
.fc-customAllButton-button:focus,.fc-customAucklandButton-button:focus,.fc-customWellingtonButton-button:focus,.fc-customChristchurchButton-button:focus,.fc-customNorthIslandButton-button:focus,.fc-customSouthIslandButton-button:focus,.fc-customOtherBigCitiesButton-button:focus {
background-color: #ccc!important;
background-image: none!important;
box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)!important
}
.buttonPressed {
background-color: #ccc!important;
background-image: none!important;
box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)!important
}
.modal {
display: none;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(255,255,255,.6) url(ajax-loader.gif) 50% 50% no-repeat
}
.dialogText {
line-height: 1.5em
}
#dialog {
background-color: #fff;
z-index: 1000;
position: absolute;
overflow-y: auto!important;
overflow-x: auto!important
}
#dialog:focus {
outline: none!important
}
#dialogStatusText {
color: green;
}
#dialogTitleText {
color: blue;
}
#calendar {
width: 100%;
height: 100%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment