urbanConstruction.css
1.85 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
87
88
89
90
91
92
.urban-construction-head{
padding: 15px;
border-bottom: 1px solid #ddd;
}
.urban-construction-head > *{
margin-right: 10px;
display:inline-table;
}
.urban-searchbox{
width:300px;
display: inline-flex;
border: 1px #ccc solid;
border-radius: 4px;
}
.urban-searchbox-focus{
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.urban-searchbox input{
width:250px;
}
.urban-searchbox > span{
width:50px;
padding: 8px 12px;
}
.input-group.urban-searchbox ul{
width:300px;
}
.search-box-li{
padding:7px 10px;
}
.search-box-li:hover{
background-color: #ccc;
}
.form-control:focus {
border-color: transparent;
border-right-color: transparent;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
}
.urban-construction-head button{
min-width:102px;
}
.urban-function .dropdown-menu > li > a{
color:#0096eb;
}
.urban-function button
,.urban-filing
,.urban-function button:hover
,.urban-filing:hover
,.urban-function button:active
,.urban-filing:active
,.urban-function button:focus
,.urban-filing:focus
,.urban-function.open > .dropdown-toggle.btn-default{
color:#0096eb;
border-color:#0096eb;
}
.urban-delete,
.urban-delete:hover{
color:red;
border-color:red;
}
.urban-searchbox input{
border-color: transparent;
}
.urban-searchbox span{
border-color: transparent;
background-color: transparent;
}
.urban-construction-main{
padding: 8px;
}
.urban-construction-main thead{
background-color: #eee;
}
.ulmenu{
margin-top:-0.01em;
}
[v-cloak] {
display: none;
}
.table-transition-enter-active{
-webkit-transition:all .5s;
}
.table-transition-enter,.table-transition-leave-to{
opacity:0;
}