-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.css
65 lines (53 loc) · 1.33 KB
/
theme.css
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
/ * header title font */
.main-header .logo {
font-family: "Georgia", Times, "Times New Roman", serif;
font-weight: bold;
font-sie: 24px;
}
.leaflet-container {
cursor: auto !important;
}
#expr-container label {
font-weight: 400;
}
.js-irs-blue .irs-single, .js-irs-blue .irs-bar-edge, .js-irs-blue .irs-bar {
background: #FEAB3A;
border-top-color: #FEAB3A;
border-bottom-color: #FEAB3A;
border-left-color: #FEAB3A;
border-right-color: #FEAB3A;
}
.small-box.bg-blue {
background-color: #2C3E50 !important;
color: white !important;
}
.small-box.bg-light-blue {
background-color: #bdc3c7 !important;
color: white !important;
}
.nav-tabs-custom>.nav-tabs {
margin: 0;
border-radius: 0px;
}
.nav-tabs-custom>.nav-tabs>li>a {
color: white;
font-size: 16px;
background-color: #2C3E50;
}
.nav-tabs-custom .nav-tabs li.active a {
background: #FEAB3A;
color: white;
}
.nav-tabs-custom, .nav-tabs-custom>.tab-content, .nav-tabs-custom>.nav-tabs {
background: #f4f4f4;
border-bottom-color: #f4f4f4;
}
.nav-tabs-custom>.nav-tabs>li.active:hover>a, .nav-tabs-custom>.nav-tabs>li.active>a {
font-size: 16px;
border-radius: 0px;
}
.nav-tabs-custom, .nav-tabs-custom .nav-tabs li.active:hover a, .nav-tabs-custom .nav-tabs li.active a {
background: rgb(254 171 58);
color: rgb(33,37,41);
border-radius: 0px;
}