Commit 04582f4e by Don Mitchell

Update timepicker b/c it wasn't handling minutes from 01-09 and they'd

fixed it
parent 96a7db62
.ui-timepicker-list { .ui-timepicker-list {
overflow-y: auto; overflow-y: auto;
height: 150px; height: 150px;
width: 7.5em; width: 6.5em;
background: #fff; background: #fff;
border: 1px solid #8891a1; border: 1px solid #ddd;
margin: 0; margin: 0;
padding: 0; padding: 0;
list-style: none; list-style: none;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1); -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1); -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
box-shadow: 0 5px 10px rgba(0,0,0,0.1); box-shadow:0 5px 10px rgba(0,0,0,0.2);
outline: none; outline: none;
z-index: 100001; z-index: 10001;
font-size: 12px;
} }
.ui-timepicker-list.ui-timepicker-with-duration { .ui-timepicker-list.ui-timepicker-with-duration {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment