commit | author | age
|
5dd112
|
1 |
tr.active { |
JK |
2 |
color: gray; |
|
3 |
} |
|
4 |
.form-round-left { |
|
5 |
border-top-left-radius: 4px !important; |
|
6 |
border-bottom-left-radius: 4px !important; |
|
7 |
border-right: 0; |
|
8 |
} |
|
9 |
.navbar-text { |
|
10 |
margin-right: 15px; |
|
11 |
margin-left: 15px; |
|
12 |
} |
|
13 |
.input-group-btn:first-child { |
|
14 |
width: 50%; |
|
15 |
} |
|
16 |
@keyframes blink { |
|
17 |
50% { color: transparent; } |
|
18 |
} |
|
19 |
.status-boarding { |
|
20 |
animation: blink 1s linear infinite; |
|
21 |
} |
|
22 |
.status-delayed { |
|
23 |
font-weight: bold; |
|
24 |
} |
|
25 |
.bg-active { |
|
26 |
background-color: #eee; |
|
27 |
} |
|
28 |
.bg-default { |
|
29 |
border: 1px solid #eee; |
|
30 |
} |
|
31 |
.label.bg-success, .label.bg-warning, .label.bg-danger, .label.bg-active, .label.bg-default { |
|
32 |
color: black; |
|
33 |
font-weight: normal; |
|
34 |
font-size: inherit; |
|
35 |
} |
0f9bcf
|
36 |
|
8fb34c
|
37 |
.vehicleInfo { |
JK |
38 |
float: right; |
|
39 |
margin: -5px 0; |
|
40 |
font-size: 21px; |
|
41 |
} |
27662b
|
42 |
.bigger { |
JK |
43 |
font-size: 21px; |
|
44 |
} |
8fb34c
|
45 |
|
0f9bcf
|
46 |
nav.loading { |
JK |
47 |
background-image: -webkit-linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent); |
|
48 |
background-image: -o-linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent); |
|
49 |
background-image: linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent); |
|
50 |
-webkit-background-size: 40px 40px; |
|
51 |
background-size: 40px 40px; |
|
52 |
-webkit-animation: progress-bar-stripes 2s linear infinite; |
|
53 |
-o-animation: progress-bar-stripes 2s linear infinite; |
|
54 |
animation: progress-bar-stripes 2s linear infinite; |
|
55 |
} |
|
56 |
nav.loading * { |
|
57 |
color: black !important; |
|
58 |
} |