dropdown_wev8.css
792 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
input.bbit-dropdown
{
border:solid 1px #3C7FB1 !important;
background:url("images/dropdown/dropdownhover_wev8.gif") no-repeat right center;
padding-right:15px;
cursor:pointer;
overflow:hidden;
}
input.bbit-dropdown.hover
{
/*padding-right:15;
background:url("images/dropdown/dropdownhover_wev8.gif") no-repeat right center;
*/
}
.dropdowncontainer
{
padding:0;
display:inline;
overflow-x:hidden !important;
}
.dropdowncontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
.dropdowncontainer ul li
{
padding:2px;
margin: 0;
list-style: none;
white-space:nowrap;
text-align:center;
font-family:Verdana;
cursor:default;
}
.dropdowncontainer ul li.hover
{
background:#c3d9ff;
}