Improved FullCalendar styling

pull/42/head
Aigars Silkalns 2016-02-26 18:52:04 +02:00
parent cda57d72ed
commit 17713fe5a1
2 changed files with 6 additions and 13 deletions

View File

@ -13,3 +13,4 @@ Project is supported and maintained by [Colorlib](https://colorlib.com/ "Colorli
* Bootstrap
* Font Awesome
* jQuery-Autocomplete
* FullCalendar

View File

@ -210,17 +210,9 @@ NOTE: use percentage font sizes or else old IE chokes
.fc-state-default {
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
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);
color: #333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,