[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / prive / formulaires / dateur / time_picker.css
1 div.time-picker {
2 position: absolute;
3 height: 200px;
4 width:4em; /* needed for IE */
5 overflow: auto;
6 background: #fff;
7 border: 1px solid #000;
8 z-index: 99998;
9 }
10 div.time-picker-12hours {
11 width:6em; /* needed for IE */
12 }
13
14 div.time-picker ul {
15 list-style-type: none;
16 margin: 0;
17 padding: 0;
18 }
19 div.time-picker li {
20 padding: 1px;
21 cursor: pointer;
22 }
23 div.time-picker li.selected {
24 background: #316AC5;
25 color: #fff;
26 }