customerportal.css
2.09 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.crm_menudiv{float:left;height:35px;width:45px;margin-left: 12px;}
.crm_menuitem{line-height: 35px;font-size: 14px;cursor: pointer;color: rgb(164, 204, 235);}
.crm_menuitem:hover{color: rgb(255,255,255)!important;}
.crm_menuitem_click{line-height: 35px;font-size: 14px;cursor: pointer;color: rgb(255,255,255)!important;}
.searchtype{
border: none;
height: 35px;
width:100%;
color: #fff;
background: #027cda;
margin-top: 2px;
position:relative;
}
.e8_dropdown {
background-image: url(/wui/theme/ecology8/page/images/toolbar/down_wev8.png);
width: 12px;
height: 12px;
float: left;
margin-top: 13px;
background-position: 50% 50%;
}
.e8_dropdownSelected{
background-image: url(/wui/theme/ecology8/page/images/toolbar/up_wev8.png);
width: 12px;
height: 12px;
float: left;
margin-top: 13px;
background-position: 50% 50%;
}
.selectContent {
position: relative;
z-index: 6;
}
.selectTileBefo{background: #027cda;width:68px;height:35px;display: block;box-sizing:border-box;border-left:1px solid #027cda;border-right:1px solid #027cda;border-top:1px solid #027cda;}
.selectTileClick{
background: #fff;border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0;border-top:1px solid #d0d0d0;
}
.selectContent ul {
background: #fff none repeat scroll 0 0;
border-left: 1px solid #d0d0d0;
border-right: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
color: #C5C0B0;
display: none;
position: absolute;
min-width: 66px;
list-style: none;
left: 0px;
}
.selectContent ul li {
list-style: none;
height: 25px;
color: #656565;
}
.dropdown a, .dropdown a:visited {
color: #666666;
text-decoration: none;
outline: none;
}
.selectContent ul li a {
display: block;
height: 25px;
line-height: 25px;
font-size: 12px;
}
.selectContent ul li a:hover {
background:#027cda;
}
.selectContent ul li a:hover span {
color:#fff
}
.selectContent ul li a img {
border: none;
vertical-align: middle;
padding-left: 8px;
}
.selectContent ul li a span {
margin-left: 5px;
}