# booking/10.10/css/time_picker_skins/blue.css

Booking Calendar, version 10.10. 40 lines.

- Page: https://pluginprobe.com/plugins/booking/10.10/code/css/time_picker_skins/blue.css
- Raw: https://pluginprobe.com/plugins/booking/10.10/raw/css/time_picker_skins/blue.css
- Modified: 2025-01-31T09:23:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/booking/10.10/code/css/time_picker_skins/blue.css#L10-L20`.

```css
/*******************************************************************************/
/*  C O L O R    S K I N          **********************************************/
/*******************************************************************************/
/* For better compatibility, please change here only following properties:     */
/*
*        background , background-color, background-repeat, background-image,  background-repeat, background-position
*        border
*        box-shadow, -moz-box-shadow, -webkit-box-shadow
*        border-radius, -moz-border-radius, -webkit-border-radius
*        color
*        font-weight
*        text-shadow
*        text-transform
*
*/

/*   S K I N  -  BLUE  **********************************************************************************************/
/* Button */
.wpbc_times_selector div {
	color: #59d;
	border:1px solid #59d;
	border-radius: 5px;
	text-align: center;
	font-weight: 400;
	font-size: 1em;
}

/* Button - Mouse Over */
.wpbc_times_selector div:hover{
	background: #f2f9ff;
	box-shadow: 1px 0px #eee;
}
/* Button - Selected */
.wpbc_times_selector div.wpbc_time_selected{
	background: #59d;
	color: #fff;
	box-shadow: 1px 0px #eee;
	font-weight: 600;
}

```
