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
.jimu-main-background{
  background-color: #c82f47;
}
 
.TabTheme .jimu-widget-header .jimu-subtitle{
  color: #f3cfd5;
}
.TabTheme .jimu-widget-header .links .jimu-link{
  color: #f3cfd5;
}
.jimu-widget-sidebar-controller .max-pane,
.jimu-widget-sidebar-controller .tab-resizer,
.jimu-widget-sidebar-controller .min-pane,
.jimu-widget-sidebar-controller .other-group-pane{
    border-style: none;
}
.jimu-widget-sidebar-controller .other-group:hover{
  background-color: #d83f59;
}
.jimu-widget-sidebar-controller .other-group:hover .other-group-title{
    color: #ffffff;
}
.tab-widget-frame .title-label,
.jimu-widget-sidebar-controller .content-title{
    color: #d83f59;
}
.popup-links {
background-color: #c82f47;
}
.popup-links .link-section {
    background-color: #c82f47;
}
.jimu-on-screen-widget-panel>.jimu-panel-title{
  color: #fff;
  background-color: #c82f47;
}
.esriPopup .titlePane {
  background-color: #c82f47;
}