nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.jimu-main-background {
    background-color: rgb(70, 70, 70)!important;
}
 
/* Font styles for header controller */
.jimu-widget-header-controller .jimu-title, .jimu-widget-header-controller .jimu-subtitle {
    color: rgb(70, 70, 70);
}
 
.jimu-widget-header-controller .links .jimu-link {
    color: rgb(70, 70, 70);
}
 
/* Border for header controller*/
.jimu-widget-header-controller {
    border-bottom: 1px solid rgb(70, 70, 70);
}
 
/*Override Navigation color*/
.jimu-widget-zoomslider, .jimu-widget-extent-navigate {
    background-color: rgb(70, 70, 70);
}
.vertical.jimu-widget-zoomslider .zoom-in, .jimu-widget-extent-navigate.vertical .previous {
    border-bottom: 1px solid #ffffff !important;
}
 
.jimu-widget-homebutton .HomeButton .home, .jimu-widget-mylocation, .jimu-widget-mylocation .place-holder, .jimu-widget-zoomslider.vertical .zoom-in, .jimu-widget-zoomslider.vertical .zoom-out, .jimu-widget-extent-navigate.vertical .operation {
    background-color: rgb(70, 70, 70) !important;
}
/*Navigation*/
 
/*Override jimu panel*/
.jimu-panel {
    border-color: rgb(70, 70, 70);
}
 
/* New Start */
.jimu-preload-widget-icon-panel > .jimu-panel-title, .jimu-foldable-panel > .jimu-panel-title, .jimu-title-panel > .title {
    color: rgb(70, 70, 70);
    background-color: #ffffff;
    border-color: rgb(70, 70, 70);
    border-bottom: 2px solid;
}
/* New End */
 
/* pop up Link CSS */
.popup-links .title, .popup-links a, .popup-links, .popup-links .line {
    color: rgb(70, 70, 70);
    border-color: rgb(70, 70, 70);
}
 
.jimu-widget-attributetable-bar {
    border-color: rgb(70, 70, 70)  !important;
    border-bottom-color: #fff  !important;
}
 
.jimu-widget-attributetable-bar.open {
    border: 1px solid rgb(70, 70, 70) !important;
    border-bottom: none  !important;
}
 
 
.jimu-widget-attributetable-move {
    border-top: 1px solid rgb(70, 70, 70);
}
 
.esriOverviewMap.ovwBR .ovwContainer {
    border-top: 1px solid rgb(70, 70, 70);
    border-left: 1px solid rgb(70, 70, 70);
}
/* pop up Link CSS */
 
/* jimu dijit override*/
 
.jimu-tab>.control>.tab.jimu-state-selected {
    background-color: #fff;
    color: rgb(70, 70, 70);
    border: none;
    border-top: 1px solid rgb(70, 70, 70);
}
.jimu-tab>.control>.tab {
    background-color: #fff;
    color: rgb(70, 70, 70);
    border: 1px solid rgb(70, 70, 70);
    border-left: none;
}
 
.jimu-tab>.control>.tab.jimu-state-selected+.tab {
    border-left: 1px solid rgb(70, 70, 70);
    border-right: none;
}
 
/* CSS For RTL */
 
.jimu-rtl .jimu-tab>.control>.tab {
    border-right: none;
}
 
.jimu-rtl .jimu-tab>.control>.tab {
    border-left: 1px solid rgb(70, 70, 70);
}
 
.jimu-rtl .jimu-tab>.control>.tab.jimu-state-selected+.tab
{
    border-left: none;
    border-right: 1px solid rgb(70, 70, 70);
}
 
.jimu-rtl .jimu-tab>.control>.tab.jimu-state-selected {
    border-right: none;
    border-left: none;
}