Sha256: a97e719ab9e6a5dbf5177d8e31721c9162bfa93cc7a68402ec79636fa6df9c5e
Contents?: true
Size: 871 Bytes
Versions: 1
Compression:
Stored size: 871 Bytes
Contents
.ui-timepicker-table table th.periods { z-index: 3!important; padding:0; } .ui-datepicker { /* fix glitches */ border-width:0px; z-index: 3!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; } .input-group { .hasTimepicker { @extend .form-control; width: 65px !important; } .hasDatepicker { @extend .form-control } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_admin-0.6.6 | app/assets/stylesheets/rails_admin/ra.calendar-additions.scss |