PluginProbe
Booking Calendar / 10.10
Booking Calendar v10.10
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / css / time_picker_skins / orange.css

orange.css in Booking Calendar 10.10, at css/time_picker_skins/orange.css

40 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*******************************************************************************/
2 /* C O L O R S K I N **********************************************/
3 /*******************************************************************************/
4 /* For better compatibility, please change here only following properties: */
5 /*
6 * background , background-color, background-repeat, background-image, background-repeat, background-position
7 * border
8 * box-shadow, -moz-box-shadow, -webkit-box-shadow
9 * border-radius, -moz-border-radius, -webkit-border-radius
10 * color
11 * font-weight
12 * text-shadow
13 * text-transform
14 *
15 */
16
17 /* S K I N - ORANGE **********************************************************************************************/
18 /* Button */
19 .wpbc_times_selector div {
20 color: #a66f13;
21 border:1px solid #ddbd98;
22 border-radius: 5px;
23 text-align: center;
24 font-weight: 400;
25 font-size: 1em;
26 }
27
28 /* Button - Mouse Over */
29 .wpbc_times_selector div:hover{
30 background: #fff8e7;
31 box-shadow: 1px 0px #eee;
32 }
33 /* Button - Selected */
34 .wpbc_times_selector div.wpbc_time_selected{
35 background: #df9a00;
36 color: #fff;
37 box-shadow: 1px 0px #eee;
38 font-weight: 600;
39 }
40