bfg-common 1.3.173 → 1.3.175
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -93,6 +93,15 @@
|
|
|
93
93
|
.vsphere-icon-snapshot-here {
|
|
94
94
|
background-position: 0 98.7341772152%;
|
|
95
95
|
}
|
|
96
|
+
.vx-icon-power {
|
|
97
|
+
background-position: 0 5.0632911392%;
|
|
98
|
+
}
|
|
99
|
+
.vx-icon-fan {
|
|
100
|
+
background-position: 0 41.7721518987%;
|
|
101
|
+
}
|
|
102
|
+
.vx-icon-memory {
|
|
103
|
+
background-position: 0 100%;
|
|
104
|
+
}
|
|
96
105
|
|
|
97
106
|
/* _____BACKGROUND IMAGE_____ */
|
|
98
107
|
.icon-vSphere-dsVmNvram,
|
|
@@ -128,11 +137,14 @@
|
|
|
128
137
|
.vx-icon-license,
|
|
129
138
|
.vx-icon-licenseAssigned,
|
|
130
139
|
.icon-home,
|
|
140
|
+
.vx-icon-power,
|
|
141
|
+
.vx-icon-fan,
|
|
142
|
+
.vx-icon-memory,
|
|
131
143
|
.vsphere-icon-snapshot-here {
|
|
132
|
-
background-image: url('
|
|
144
|
+
background-image: url('assets/img/icons/icons-sprite-light-2.svg');
|
|
133
145
|
|
|
134
146
|
html.dark-theme & {
|
|
135
|
-
background-image: url('
|
|
147
|
+
background-image: url('assets/img/icons/icons-sprite-dark-2.svg');
|
|
136
148
|
}
|
|
137
149
|
}
|
|
138
150
|
.active .icon-vSphere-dsVmNvram,
|
|
@@ -166,11 +178,14 @@
|
|
|
166
178
|
.active .vx-icon-license,
|
|
167
179
|
.active .vx-icon-licenseAssigned,
|
|
168
180
|
.active .icon-home,
|
|
181
|
+
.active .vx-icon-power,
|
|
182
|
+
.active .vx-icon-fan,
|
|
183
|
+
.active .vx-icon-memory,
|
|
169
184
|
.active .vsphere-icon-snapshot-here {
|
|
170
|
-
background-image: url('
|
|
185
|
+
background-image: url('assets/img/icons/icons-sprite-dark-2.svg');
|
|
171
186
|
|
|
172
187
|
html.dark-theme & {
|
|
173
|
-
background-image: url('
|
|
188
|
+
background-image: url('assets/img/icons/icons-sprite-light-2.svg');
|
|
174
189
|
}
|
|
175
190
|
}
|
|
176
191
|
|
|
@@ -213,7 +228,10 @@
|
|
|
213
228
|
.vx-icon-license,
|
|
214
229
|
.vx-icon-licenseAssigned,
|
|
215
230
|
.icon-home,
|
|
216
|
-
.vsphere-icon-snapshot-here
|
|
231
|
+
.vsphere-icon-snapshot-here,
|
|
232
|
+
.vx-icon-power,
|
|
233
|
+
.vx-icon-fan,
|
|
234
|
+
.vx-icon-memory {
|
|
217
235
|
width: 18px;
|
|
218
236
|
min-width: 18px;
|
|
219
237
|
height: 18px;
|
|
@@ -104,6 +104,9 @@
|
|
|
104
104
|
.vsphere-icon-ovf-template-export {
|
|
105
105
|
background-position: 0 31.6455696203%;
|
|
106
106
|
}
|
|
107
|
+
.vx-icon-other {
|
|
108
|
+
background-position: 0 83.5443037975%;
|
|
109
|
+
}
|
|
107
110
|
|
|
108
111
|
/* _____BACKGROUND IMAGE_____ */
|
|
109
112
|
.vsphere-icon-ovf-deploy,
|
|
@@ -139,10 +142,11 @@
|
|
|
139
142
|
.vx-icon-new-cluster,
|
|
140
143
|
.network-lib-ui-icon-virtualAdapter,
|
|
141
144
|
.network-lib-ui-icon-physicalAdapter,
|
|
145
|
+
.vx-icon-other,
|
|
142
146
|
.icon-shortcuts {
|
|
143
|
-
background-image: url('
|
|
147
|
+
background-image: url('assets/img/icons/icons-sprite-light-3.svg');
|
|
144
148
|
html.dark-theme & {
|
|
145
|
-
background-image: url('
|
|
149
|
+
background-image: url('assets/img/icons/icons-sprite-dark-3.svg');
|
|
146
150
|
}
|
|
147
151
|
}
|
|
148
152
|
.active .vsphere-icon-ovf-deploy,
|
|
@@ -176,10 +180,11 @@
|
|
|
176
180
|
.active .icon-inventory,
|
|
177
181
|
.active .network-lib-ui-icon-virtualAdapter,
|
|
178
182
|
.active .network-lib-ui-icon-physicalAdapter,
|
|
183
|
+
.active .vx-icon-other,
|
|
179
184
|
.active .icon-shortcuts {
|
|
180
|
-
background-image: url('
|
|
185
|
+
background-image: url('assets/img/icons/icons-sprite-dark-3.svg');
|
|
181
186
|
html.dark-theme & {
|
|
182
|
-
background-image: url('
|
|
187
|
+
background-image: url('assets/img/icons/icons-sprite-light-3.svg');
|
|
183
188
|
}
|
|
184
189
|
}
|
|
185
190
|
|
|
@@ -220,7 +225,8 @@
|
|
|
220
225
|
.icon-shortcuts,
|
|
221
226
|
.network-lib-ui-icon-virtualAdapter,
|
|
222
227
|
.network-lib-ui-icon-physicalAdapter,
|
|
223
|
-
.vx-icon-new-cluster
|
|
228
|
+
.vx-icon-new-cluster,
|
|
229
|
+
.vx-icon-other {
|
|
224
230
|
width: 18px;
|
|
225
231
|
min-width: 18px;
|
|
226
232
|
height: 18px;
|
|
@@ -114,6 +114,9 @@
|
|
|
114
114
|
.vsphere-icon-storage-system-refresh {
|
|
115
115
|
background-position: 0 3.8025350233%;
|
|
116
116
|
}
|
|
117
|
+
.vx-icon-temp {
|
|
118
|
+
background-position: 0 18.8792528352%;
|
|
119
|
+
}
|
|
117
120
|
|
|
118
121
|
|
|
119
122
|
/* _____BACKGROUND IMAGE_____ */
|
|
@@ -154,10 +157,11 @@
|
|
|
154
157
|
.icon-tasks,
|
|
155
158
|
.vx-icon-removeIcon,
|
|
156
159
|
.vsphere-icon-storage-system-refresh,
|
|
157
|
-
.vsphere-icon-snapshot-run
|
|
158
|
-
|
|
160
|
+
.vsphere-icon-snapshot-run,
|
|
161
|
+
.vx-icon-temp {
|
|
162
|
+
background-image: url('assets/img/icons/icons-sprite-light-4.svg');
|
|
159
163
|
html.dark-theme & {
|
|
160
|
-
background-image: url('
|
|
164
|
+
background-image: url('assets/img/icons/icons-sprite-dark-4.svg');
|
|
161
165
|
}
|
|
162
166
|
}
|
|
163
167
|
.active .icon-roll-back,
|
|
@@ -195,11 +199,12 @@
|
|
|
195
199
|
.active .icon-tasks,
|
|
196
200
|
.active .vx-icon-removeIcon,
|
|
197
201
|
.active .vsphere-icon-storage-system-refresh,
|
|
198
|
-
.active .vsphere-icon-snapshot-run
|
|
199
|
-
|
|
202
|
+
.active .vsphere-icon-snapshot-run,
|
|
203
|
+
.active .vx-icon-temp {
|
|
204
|
+
background-image: url('assets/img/icons/icons-sprite-light-4.svg');
|
|
200
205
|
|
|
201
206
|
html.dark-theme & {
|
|
202
|
-
background-image: url('
|
|
207
|
+
background-image: url('assets/img/icons/icons-sprite-light-4.svg');
|
|
203
208
|
}
|
|
204
209
|
}
|
|
205
210
|
|
|
@@ -252,7 +257,8 @@
|
|
|
252
257
|
.vsphere-icon-user,
|
|
253
258
|
.vx-icon-removeIcon,
|
|
254
259
|
.vsphere-icon-storage-system-refresh,
|
|
255
|
-
.vsphere-icon-snapshot-run
|
|
260
|
+
.vsphere-icon-snapshot-run,
|
|
261
|
+
.vx-icon-temp {
|
|
256
262
|
width: 18px;
|
|
257
263
|
min-width: 18px;
|
|
258
264
|
height: 18px;
|