workplanVirtual_wev8.css
1.73 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
.wraper
{
}
.list
{
width: 200px;
max-height: 200px;
overflow: auto;
position: absolute;
border: 1px solid #cccccc;
display: none;
float: left;
z-index: 1000000;
}
.list ul li span
{
padding-left: 10px;
}
.list ul li
{
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;
}
ul
{
list-style:none outside none;
}
.caret{
margin-left:0px;
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
b, strong{
font-weight:700;
}
.spanSelect-default {
color: #333;
background-color: #fff;
}
.spanSelect {
line-height:24px;
display: inline-block;
padding: 0px 12px;
margin-bottom: 0;
font-size: 12px;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
/*border-radius: 4px;*/
border:1px solid #ccc;
}