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
113
/*.weighted-overlay-pane .header,
.weighted-overlay-pane .body,
.weighted-overlay-pane .footer {
  background: #222222;
}
 
.weighted-overlay-pane .footer .btn-execute.jimu-btn {
  background-color: #666;
  color: #fff;
}
 
.weighted-overlay-pane .footer .btn-execute.jimu-btn.jimu-state-disabled {
  color: #999;
  cursor: not-allowed;
}
 
.weighted-overlay-pane .footer .btn-execute:hover {
  background-color: #333;
}
 
.weighted-overlay-pane .footer .btn-execute:active {
  background: #666;
  border: 2px solid #999999;
  border-radius: 2px;
}
 
 
*/
 
select {
    background-color: #4c4c4c;
    color: white;
}
 
.jimu-widget-frame.jimu-container .jimu-widget-suitability-modeler {
    background-color: transparent;
}
 
.weighted-overlay-pane .header {
    background-color: transparent;
}
.weighted-overlay-pane .header {
    border-bottom-color: #000;
}
.weighted-overlay-pane .body {
    bottom: 55px;
}
.jimu-widget-suitability-modeler {
    margin: -10px;
}
 
.weighted-overlay-layer-selector {
    padding-left: 5px;
    padding-right: 5px;
}
 
.weighted-overlay-layer-selector .icon-button:hover {
    color: #fff;
}
 
.weighted-overlay-layer-editor .layer-row .sliders-button:hover,
.weighted-overlay-layer-editor.is-open .layer-row .sliders-button {
    background-image: url("../images/SuitabilityModeler/sliders_hover_white.png");
}
 
.transparency-container {
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
}
 
.remap-ranges-editor {
    background-color: rgba(0, 0, 0, 0.2);
    border: 0;
}
 
.reclass-range-editor .reclass-range-editor-label {
    color: #fff;
}
 
.weighted-overlay-save-panel {
    background-color: rgba(0, 0, 0, 0.25);
}
 
.jimu-widget-suitability-modeler-save-model {
    background-color: #646464;
    height: auto;
    margin: 0;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 5px;
    overflow: auto;
}
 
.alert-danger {
    background-color: #622721;
    border-top-color: #843117;
    border-bottom-color: #843117;
}
 
.alert-success {
    background-color: #285328;
    border-top-color: #376e37;
    border-bottom-color: #376e37;
}
 
@media (-webkit-min-device-pixel-ratio: 2) {
    .weighted-overlay-layer-editor .layer-row .sliders-button:hover,
    .weighted-overlay-layer-editor.is-open .layer-row .sliders-button {
        background-image: url("../images/SuitabilityModeler/sliders_hover_white@2x.png");
    }
}