Skip to content

Instantly share code, notes, and snippets.

@ishanray
Created March 8, 2014 09:37
Show Gist options
  • Save ishanray/9427918 to your computer and use it in GitHub Desktop.
Save ishanray/9427918 to your computer and use it in GitHub Desktop.
.timePicker {
list-style-type: none;
background-color: #fff;
width: 80px;
margin: 0;
padding: 0;
height: 200px;
overflow-y: auto;
box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
font-family: sans-serif;
cursor: pointer;
position: absolute;
z-index: 99;
}
.timePicker li {
padding-left: 4px;
padding-top: 4px;
}
.timePicker li:hover {
background-color: blue;
color: white;
}
.timePickerInput {
width: 75px;
margin: 0;
}
.timePickerWrap {
width: 75px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment