Sha256: 10289a391205bc10ad6614a8598a3476fd3670d9e8fbeb4574756b0ab2d53fe1
Contents?: true
Size: 962 Bytes
Versions: 3
Compression:
Stored size: 962 Bytes
Contents
.ui-timepicker-table table th.periods { z-index: 3!important; padding:0; } .ui-datepicker { /* fix glitches */ border-width:0px; z-index: 1051!important; table{ margin:0px; } /* make present day stand out */ td.ui-datepicker-today { background:#ccc; -webkit-box-shadow:inset 0 1px 1px #333; -moz-box-shadow:inset 0 1px 1px #333; box-shadow:0 1px 1px #333 inset; .ui-state-highlight{ background:transparent; border:none; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; } } } /* span for disabled cells */ .ui-timepicker-table td span { width: auto; } /* anchors for clickable cells */ .ui-timepicker-table td a { width: auto; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background-color: transparent; cursor: pointer; }
Version data entries
3 entries across 3 versions & 2 rubygems