HtmlComboBox_wev8.css
795 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
input.comboBoxInput {
font-size: 0.8em;
border: 0px;
}
td.comboBoxOptions {
position: relative;
overflow: visible;
height: 1px;
}
div.comboBoxOptions {
font-family: Verdana, Helvetica, Garamond, sans-serif;
font-size: 0.7em;
background-color: white;
/* border: 1px solid black; */
border: 1px solid #afafaf;
/* padding: 2px; */
position: absolute;
/* FIXME: we probably need an iframe underlay on IE to prevent windowed controls from bleeding through */
z-index: 1000;
overflow: auto;
-moz-opacity: 0;
}
table.dojoComboBox {
border: 1px solid #afafaf;
}
.cbItem {
padding-left: 2px;
padding-top: 2px;
margin: 0px;
}
.cbItemEven {
background-color: #f4f4f4;
}
.cbItemOdd {
background-color: white;
}
.cbItemHighlight {
background-color: #63709A;
color: white;
}