65 lines
1.1 KiB
CSS
65 lines
1.1 KiB
CSS
.ui-timepickr {
|
|
position:absolute;
|
|
width:480px;
|
|
}
|
|
|
|
.ui-timepickr-row {
|
|
margin:0;
|
|
padding:0;
|
|
margin-top:2px;
|
|
display:none;
|
|
position:relative;
|
|
}
|
|
|
|
.ui-timepickr-button {
|
|
float:left;
|
|
margin:0;
|
|
padding:0;
|
|
list-style:none;
|
|
list-style-type:none;
|
|
}
|
|
|
|
|
|
|
|
.ui-timepickr-button span.ui-state-hover {
|
|
border: 1px solid #F7C942;
|
|
background: #FADB4E;
|
|
font-weight: bold;
|
|
color: #333;
|
|
text-shadow: 0 1px 0 white;
|
|
|
|
background-image: -webkit-linear-gradient(#FCEDA7,#FADB4E);
|
|
background-image: -moz-linear-gradient(#FCEDA7,#FADB4E);
|
|
}
|
|
|
|
.ui-state-hover span {
|
|
/*background:#c30;*/
|
|
}
|
|
|
|
|
|
.ui-timepickr-button span{
|
|
cursor:pointer;
|
|
height: 30px;
|
|
padding:0px 10px 0px 10px;
|
|
|
|
margin:0px;
|
|
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
|
|
border: 1px solid #222;
|
|
background: #333;
|
|
|
|
color: white;
|
|
text-shadow: 0 -1px 1px black;
|
|
background-image: -webkit-linear-gradient(#555,#333);
|
|
background-image: -moz-linear-gradient(#555,#333);
|
|
border-radius: 10px;
|
|
|
|
|
|
}
|