Menu

[r10367]: / branches / 0.7 / www / datechooser.css  Maximize  Restore  History

Download this file

48 lines (46 with data), 959 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.dateChooser td {
cursor:default;
text-align:center;
}
.dateChooser td.dateChooserActive:hover {
color:white;
background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
border: 1px solid red;
}
.dateChooser th {
background: #aaa;
color: white;
width: 18px;
border: none;
}
.dateChooser option, .dateChooser select {
font-size:10px;
}
.dateChooser {
border: 2px outset #aaa;
background: white;
padding: 1px;
}
.dateChooser table {
width:160px;
}
.select-free {
position:absolute;
z-index:10;
cursor:hand;
overflow:hidden;/*must have*/
width:33em;/*must have for any value*/;
}
.select-free iframe {
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width:3000px;/*must have for any big value*/
height:3000px/*must have for any big value*/;
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.