Thomas Bruederli
2014-07-09 3fec3e04f6dbe5e06b241e197c9070875e7da5e9
plugins/jqueryui/themes/larry/jquery-ui-1.10.4.custom.css
@@ -238,6 +238,8 @@
.ui-button-icons-only .ui-button-text {
   padding: .4em;
   text-indent: -9999999px;
   width: 1px;
   overflow: hidden;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
@@ -899,7 +901,7 @@
   color: #333333;
}
.ui-widget-content a {
   color: #333333;
   color: #0186ba;
}
.ui-widget-header {
   border: 1px solid #fafafa;
@@ -1457,6 +1459,10 @@
   margin: 0;
   border-spacing: 0;
}
.ui-datepicker table:focus {
   outline: 2px solid #4fadd5;
   outline-offset: -2px;
}
.ui-datepicker td {
   border: 1px solid #bbb;
   padding: 0;
@@ -1482,9 +1488,9 @@
}
.ui-datepicker td a.ui-state-active {
   color: #fff;
   border-color: #0286ac;
   text-shadow: 0px 1px 1px #00516e;
   background: #00acd4;
   border-color: #0286ac !important;
   text-shadow: 0px 1px 1px #00516e !important;
   background: #00acd4 !important;
   background: -moz-linear-gradient(top, #00acd4 0%, #008fc7 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00acd4), color-stop(100%,#008fc7));
   background: -o-linear-gradient(top, #00acd4 0%, #008fc7 100%);
@@ -1494,4 +1500,9 @@
.ui-datepicker .ui-state-highlight {
   color: #0081c2;
}
.ui-datepicker td.ui-datepicker-days-cell-over a.ui-state-default {
   color: #fff;
   border-color: rgba(73,180,210,0.7);
   background: rgba(73,180,210,0.7);
   text-shadow: 0px 1px 1px #666;
}