anypicker
Version:
AnyPicker is a customizable jQuery Picker Library for Mobile OS. Create custom mobile pickers (Date, Time, Rating etc) for iOS, Android & Windows. Use pre-built pickers like Date Picker, Time Picker, Date Time Picker, etc
30 lines (22 loc) • 470 B
CSS
/*------------------------------- Common Start ------------------------------------------ */
.BackToTop
{
position: fixed;
right: 4px;
bottom: 4px;
width: 30px;
height: 30px;
font-size: 30px;
background: #F7F5F2;
color: #7D7D7D;
z-index: 4;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.BackToTop:hover,
.BackToTop:focus
{
background: #F7F5F2;
color: #000000;
}
/*------------------------------- Common End ---------------------------------- */