]> git.proxmox.com Git - pve-manager.git/blame - www/css/ext6-pve.css
node_config: followup s/domain/alias
[pve-manager.git] / www / css / ext6-pve.css
CommitLineData
9a55d9a2
EK
1/* overwrite to use full black for enabled buttons */
2.x-btn-inner-default-toolbar-small {
3 font: 300 12px/16px helvetica, arial, verdana, sans-serif;
4 color: #000;
5 padding: 0 5px;
6 max-width: 100%;
7}
8
9/* add missing class for context menu header */
10.x-menu-header {
11 font: 400 13px/20px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
12 color: #fff;
13 padding: 4px;
14 background-color: #3892d4;
06076ea0
TL
15}
16
4dce6073
TL
17/* make the upper window end visible */
18.x-css-shadow {
19 box-shadow: rgb(136,136,136) 0px -1px 15px !important;
20}
21
06076ea0
TL
22/* reduce tree space */
23.x-grid-cell-inner-treecolumn { /* vertical padding */
131cd85a 24 padding: 4px 0px 3px 0px;
06076ea0
TL
25}
26
27/* horizontal distance between parent and child leaf */
28.x-tree-elbow-img {
29 width: 14px;
30}
131cd85a
DC
31
32/* adjust horizontal position of menu icons */
33.x-menu-item-icon-default {
d9fd02eb
DC
34 top: 5px;
35 left: 3px;
36 font-size: 14px;
37}
38
39/* this gives a better placement for the font-awesome icons */
40.x-btn-icon-el-default-toolbar-small {
41 height: 14px;
131cd85a
DC
42}
43
a991a203
DC
44/* this icon looks weird in sizes not n*14px */
45.x-btn-icon-el-default-toolbar-small.fa-ellipsis-v {
46 font-size: 14px;
47}
48
49.x-btn-icon-el-default-small {
50 height: 14px;
51 font-size: 14px;
52}
53
131cd85a 54/* icons for tree/snapshots/menus/etc.. */
a991a203
DC
55
56/* overwrite folder icons of theme */
57.x-tree-icon-parent,
2fa8270b
DC
58.x-tree-icon-parent-expanded,
59.x-tree-icon-leaf {
a991a203
DC
60 background: none;
61 display: inline-block;
62 font: normal normal normal 14px/1 FontAwesome;
63 font-size: inherit;
64 text-rendering: auto;
65 -webkit-font-smoothing: antialiased;
66 -moz-osx-font-smoothing: grayscale;
67 font-size: 1.25em;
68 line-height: 1.6em;
69 color: #555;
70 margin-right: 5px;
71}
72
73.x-tree-icon-parent:not(.x-tree-icon-custom):before {
74 content: "\f114";
75}
76
77.x-tree-icon-parent-expanded:not(.x-tree-icon-custom):before {
78 content: "\f115";
79}
80
81/* loading in task list */
131cd85a
DC
82.x-grid-row-loading {
83 background: no-repeat center center;
84 background-image:url(../ext6/theme-crisp/resources/images/loadmask/loading.gif);
85}
86
a991a203 87/* console icon in task list */
131cd85a
DC
88.x-grid-row-console {
89 background: no-repeat center center;
a991a203
DC
90 background-image:url(../images/icon-display.png);
91}
92
93/* for font-awesome colors */
94/* tree icons */
95
96/* big symbols */
2fa8270b 97.x-tree-icon-custom {
a991a203
DC
98 font-size: 1.25em;
99 line-height: 1.6em;
100 color: #555;
101 margin-right: 5px;
102}
103
104/* grid icons (resources, etc) */
2fa8270b 105.x-grid-icon-custom {
a991a203
DC
106 font-size: 1.25em;
107 color: #555;
108 margin-right: 5px;
109}
110
111/* the running vms are darker */
2fa8270b
DC
112.x-tree-icon-custom.running,
113.x-grid-icon-custom.running {
a991a203
DC
114 color: #000;
115}
116
2fa8270b
DC
117/* stopped and offline items are greyed out */
118.x-tree-icon-custom.stopped,
119.x-grid-icon-custom.stopped,
120.x-tree-icon-custom.offline,
121.x-grid-icon-custom.offline {
122 color: #cfcfcf;
123}
124
a991a203 125/* the small icons */
2fa8270b
DC
126.x-tree-icon-custom:after,
127.x-grid-icon-custom:after {
a991a203
DC
128 position: relative;
129 left: -5px;
130 top: 1px;
131 font-size: 0.75em;
132 text-shadow: -1px 0px 2px #fff;
133 content: "\ ";
134}
135
2fa8270b
DC
136/* the green check */
137.x-tree-icon-custom.online:after,
138.x-grid-icon-custom.online:after {
a991a203 139 content: "\f058";
6d453a84 140 color: #21BF4B;
a991a203
DC
141}
142
2fa8270b
DC
143/* the grey '?' */
144.x-tree-icon-custom.unknown:after,
145.x-grid-icon-custom.unknown:after {
146 content: "\f059";
147 color: #888;
148}
149
150/* the play symbol */
151.x-tree-icon-custom.running:after,
152.x-grid-icon-custom.running:after {
a991a203 153 content: "\f04b";
6d453a84 154 color: #21BF4B;
a991a203
DC
155}
156
2fa8270b
DC
157/* the pause symbol */
158.x-tree-icon-custom.paused:after,
159.x-grid-icon-custom.paused:after {
a991a203
DC
160 content: "\f04c";
161 color: #CC8E00;
162 font-size: 0.6em;
163}
164
77d23320
OB
165/* the suspend symbol */
166.x-tree-icon-custom.suspended:after,
167.x-grid-icon-custom.suspended:after {
168 content: "\f04c";
169 color: #CC8E00;
170 font-size: 0.6em;
171}
172
3cc3b67d
DC
173/* lock icons */
174.x-tree-icon-custom.locked:after,
175.x-grid-icon-custom.locked:after {
176 content: "\f023";
177 color: #000000;
178}
179
180.x-tree-icon-custom.lock-backup:after,
181.x-grid-icon-custom.lock-backup:after {
182 content: "\f0c7";
183 color: #000000;
184}
185
9ba642dd
TL
186.x-tree-icon-custom.lock-migrate:after,
187.x-grid-icon-custom.lock-migrate:after {
188 content: "\f1d9";
90f2d251 189 /* color: #21BF4B; */
9ba642dd
TL
190 color: #000000;
191 font-size: 0.75em;
192}
193
194
195.x-tree-icon-custom.lock-suspending:after,
196.x-grid-icon-custom.lock-suspending:after {
197 content: "\f019";
198 color: #CC8E00;
199 font-size: 0.75em;
200}
201
202.x-tree-icon-custom.lock-suspended:after,
203.x-grid-icon-custom.lock-suspended:after {
204 content: "\f019";
205 color: #000000;
206 font-size: 0.75em;
207}
208
3cc3b67d
DC
209/* yellow ! triangle */
210.x-tree-icon-custom.io-error:after,
211.x-grid-icon-custom.io-error:after,
212.x-tree-icon-custom.internal-error:after,
213.x-grid-icon-custom.internal-error:after,
214.x-tree-icon-custom.guest-panicked:after,
215.x-grid-icon-custom.guest-panicked:after {
216 content: "\f071";
217 color: #FFCC00;
218}
219
220/* the red x */
221.x-tree-icon-custom.offline:after,
222.x-grid-icon-custom.offline:after,
223.x-tree-icon-custom.ha-error:after,
224.x-grid-icon-custom.ha-error:after {
225 content: "\f057";
226 color: #CC1800;
227}
228
2fa8270b
DC
229/* the lxc template */
230.x-tree-icon-custom.lxc:after,
231.x-grid-icon-custom.lxc:after {
a991a203
DC
232 content: "\f1b2";
233 background: #fff;
234}
235
2fa8270b
DC
236/* the qemu template */
237.x-tree-icon-custom.qemu:after,
238.x-grid-icon-custom.qemu:after {
a991a203
DC
239 content : "\f108";
240 background: #fff;
241}
242
2fa8270b
DC
243/* fixes background on mouseover and selected items */
244.x-grid-item-over .qemu:after,
245.x-grid-item-over .lxc:after {
a991a203
DC
246 background-color: #e2eff9;
247 text-shadow: -1px 0px 2px #e2eff9;
248}
249
2fa8270b
DC
250.x-grid-item-selected .qemu:after,
251.x-grid-item-selected .lxc:after {
a991a203
DC
252 background-color: #c2ddf2;
253 text-shadow: -1px 0px 2px #c2ddf2;
131cd85a
DC
254}
255
256.pve-itype-icon-virt-viewer,
257.pve-itype-icon-tigervnc,
258.pve-itype-icon-novnc,
d0f7ae46 259.pve-itype-icon-xtermjs,
131cd85a
DC
260.pve-itype-icon-display,
261.pve-itype-icon-memory,
262.pve-itype-icon-processor,
263.pve-itype-icon-network,
264.pve-itype-icon-network-server,
265.pve-itype-icon-keyboard,
266.pve-itype-icon-cdrom,
267.pve-itype-icon-qemu,
268.pve-itype-icon-qemu-template,
269.pve-itype-icon-qemu-running,
270.pve-itype-icon-lxc,
271.pve-itype-icon-lxc-template,
272.pve-itype-icon-lxc-running,
273.pve-itype-icon-swap,
274.pve-itype-icon-node,
275.pve-itype-icon-node-running,
276.pve-itype-icon-storage,
277.pve-itype-icon-pool,
77c95181 278.pve-itype-icon-itype,
8eb6f213 279.pve-itype-icon-usb,
7235d619 280.pve-itype-icon-serial,
e9a7094d 281.pve-itype-icon-cloud,
4ba4c7c6
SR
282.pve-itype-icon-pci,
283.pve-itype-icon-die
131cd85a
DC
284{
285 background-repeat: no-repeat;
286 background-position:3px center;
287 padding-left: 20px;
288}
289
e08c2321
SR
290/* fix alignment for VM hardware add menu */
291.pve-add-hw-menu .x-menu-item-icon:not(.fa) {
292 left: 1px;
293}
294
6a040799
DC
295.pve-itype-fa > .x-grid-cell-inner{
296 padding-left: 3px;
297}
298
299.pve-grid-fa {
300 margin-right: 10px;
301}
302
131cd85a
DC
303.pve-itype-icon-qemu,
304.x-tree-node-computer,
305.x-grid-tree-node-expanded .x-tree-node-computer
306{
a991a203 307 background-image:url(../images/icon-display.png);
131cd85a
DC
308}
309
310.pve-itype-icon-lxc,
311.x-tree-node-lxc,
312.x-grid-tree-node-expanded .x-tree-node-lxc
313{
314 background-image:url(../images/lxc-off.png);
315}
316
131cd85a
DC
317.pve-itype-icon-swap,
318.x-tree-node-lxc-swap,
319.x-grid-tree-node-expanded .x-tree-lxc-swap
320{
a991a203 321 background-image:url(../images/icon-swap.png);
131cd85a
DC
322}
323
324.pve-itype-icon-lxc-running,
325.x-tree-node-lxc-running,
326.x-grid-tree-node-expanded .x-tree-node-lxc-running
327{
328 background-image:url(../images/lxc-on.png);
329}
330
131cd85a
DC
331.pve-itype-icon-storage,
332.x-tree-node-harddisk,
333.x-grid-tree-node-expanded .x-tree-node-harddisk
334{
a991a203 335 background-image:url(../images/icon-harddisk.png);
131cd85a
DC
336}
337
338.x-tree-node-snapshot,
339.x-grid-tree-node-expanded .x-tree-node-snapshot
340{
341 background-image:url(../images/snapshot.png);
342}
343
131cd85a
DC
344.pve-itype-icon-itype
345{
346 background-image:url(../ext6/theme-classic/resources/images/tree/folder.gif);
347}
348
349.pve-itype-icon-network-server
350{
351 background-image:url(../images/network-server.png);
352}
353
354.pve-itype-icon-network
355{
a991a203 356 background-image:url(../images/icon-network.png);
131cd85a
DC
357}
358
359.pve-itype-icon-keyboard
360{
a991a203 361 background-image:url(../images/icon-keyboard.png);
131cd85a
DC
362}
363
364.pve-itype-icon-cdrom
365{
a991a203 366 background-image:url(../images/icon-cd.png);
131cd85a
DC
367}
368
369.pve-itype-icon-memory
370{
a991a203 371 background-image:url(../images/icon-ram.png);
131cd85a
DC
372}
373
374.pve-itype-icon-processor
375{
a991a203 376 background-image:url(../images/icon-cpu.png);
131cd85a
DC
377}
378
379.pve-itype-icon-display
380{
a991a203 381 background-image:url(../images/icon-display.png);
131cd85a
DC
382}
383
384.pve-itype-icon-tigervnc
385{
386 background-image:url(../images/tigervnc.png);
387}
388
389.pve-itype-icon-novnc
390{
391 background-image:url(../images/novnc.png);
392}
393
394.pve-itype-icon-virt-viewer
395{
396 background-image:url(../images/virt-viewer.png);
397}
398
d0f7ae46
EK
399.pve-itype-icon-xtermjs
400{
401 background-image:url(../images/xtermjs.png);
402}
403
77c95181
DC
404.pve-itype-icon-usb
405{
406 background-image:url(../images/icon-usb.png);
407}
5ca0c804 408
8eb6f213
DC
409.pve-itype-icon-pci
410{
411 background-image:url(../images/icon-pci.png);
412}
413
7235d619
DC
414.pve-itype-icon-serial
415{
416 background-size: 16px;
417 background-image:url(../images/icon-serial.svg);
418}
419
e9a7094d
DC
420.pve-itype-icon-cloud
421{
422 background-size: 16px;
423 background-image:url(../images/icon-cloud.svg);
4ba4c7c6
SR
424}
425
426.pve-itype-icon-die
427{
428 background-size: 16px;
429 background-image:url(../images/icon-die.svg);
e9a7094d
DC
430}
431
3ff9bf5a
DC
432.pve-icon {
433 height: 16px;
434 background-position: bottom;
435 vertical-align: bottom;
436 padding: 0;
437}
438
5ca0c804
DC
439/* displayfield minheight is wrong */
440.x-form-display-field-default {
441 min-height: 20px;
442}
df6345f9
DC
443
444.x-button-reset:before {
445 font-size: 16px;
446}
447
448/* for resetcolumnsbutton */
449.x-button-reset:after{
450 content: "\f0e7 ";
451 position: relative;
452 text-shadow: 0 0 2px #fff;
453 left: -3px;
454 top: 2px;
455}
285403bf 456
672a6270 457.proxmox-inline-button .x-btn-inner {
285403bf
EK
458 color: black;
459}
23fd6c53
DC
460
461/* for info widget */
462div.left-aligned {
463 float: left;
464}
465
466div.right-aligned {
467 float: right;
468}
469
470.x-progress.critical .x-progress-bar{
471 background-color: #FF8888;
472}
473
474.x-progress.warning .x-progress-bar{
475 background-color: #FFCC00;
476}
9a4c279d
DC
477
478.x-treelist-nav {
479 background-color: #f5f5f5;
480}
481
482.x-treelist-row {
483 margin-top: 5px;
484}
485
486.x-treelist-item-icon {
487 color: #000;
488 margin-left: 2px;
489}
490
491.x-treelist-item-text {
492 color: #000;
493 padding-left: 5px;
494 padding-right: 5px;
495}
496
332581a8 497.fa-ceph:before {
cc183d88
DC
498 width: 14px;
499 height: 14px;
500 position: absolute;
501 left: 1px;
502 top: 4px;
503 background-image:url(../images/logo-ceph.png);
504 background-size: 14px 14px;
505 content: ' ';
332581a8
DC
506}
507
12ae2ddd
AD
508.fa-sdn:before {
509 width: 14px;
510 height: 14px;
511 position: absolute;
512 left: 1px;
513 top: 4px;
514 background-image:url(../images/icon-sdn.svg);
515 background-size: 14px 14px;
516 content: ' ';
517}
518
519.fa-network-wired:before {
520 width: 14px;
521 height: 14px;
522 position: absolute;
523 left: 1px;
524 top: 4px;
525 background-image:url(../images/icon-fa-network-wired.svg);
526 background-size: 14px 14px;
527 content: ' ';
528}
529
9a4c279d
DC
530.x-treelist-row-over > * > .x-treelist-item-icon,
531.x-treelist-row-over > * > .x-treelist-item-text{
532 color: #000;
533}
ce11a8af 534
195c7c8c
DC
535/* for the ceph monitor widgets */
536div.monitor {
537 text-align:left;
538 border:#cfcfcf solid 1px;
539 border-radius:2px;
540 margin: 2px;
541 padding: 5px 8px;
542}
543
544/* for auto layout */
545div.inline-block {
546 display: inline-block;
547 vertical-align: top;
548}
549
550/* ceph dashboard osd table styling */
551table.osds {
552 border-collapse: collapse;
553 margin: auto;
554}
555
556table.osds td {
557 padding: 4px;
558 text-align: right;
559 border-right: 1px solid #cfcfcf;
560}
561
562table.osds td:last-of-type {
563 border-right: 0;
564}
565
566table.osds tr {
567 border-bottom: 1px solid #cfcfcf;
568}
569
570table.osds tr:last-of-type {
571 border-bottom: 0;
572}
573
574table.osds td:first-of-type {
575 text-align: left;
576}
577
c359b437
DC
578.pointer {
579 cursor: pointer;
580}
33739115 581
da5fb609 582.x-grid-filters-filtered-column {
33739115
DC
583 font-style: italic;
584 font-weight: bold;
585}
7553d760 586
da5fb609
TL
587.x-grid-filters-filtered-column .x-column-header-text:after {
588 font: normal normal normal 14px/1 FontAwesome;
589 text-rendering: auto;
590 -webkit-font-smoothing: antialiased;
591 -moz-osx-font-smoothing: grayscale;
592 content: " \f0b0 ";
593 color: #555;
ca0f293f
TL
594 float: right;
595 padding-right: 1em;
da5fb609
TL
596}
597
3ab7e0ec 598.proxmox-invalid-row {
c0f75e23
DC
599 background-color: #f3d6d7;
600}
9058a478
DC
601
602.pve-static-mask div.x-mask-msg-text {
603 padding: 10px;
604 background-image: none;
605}
d0b1e570
DC
606
607.x-fa {
608 diplay: inline-block;
609 font: normal normal normal 14px/1 FontAwesome;
610 text-rendering: auto;
611 -webkit-font-smoothing: antialiased;
612 -moz-osx-font-smoothing: grayscale;
613}
a19652db
DC
614
615.usage-wrapper {
616 margin-left: -7px;
617 vertical-align: text-bottom;
618 display: inline-block;
619 width: 8px;
620 height: 1.2em;
621 border: 1px solid #555;
622 border-radius: 1px;
623 padding: 1px;
624}
625
626.usage-negative {
627 left: 0px;
628 right:0px;
629}
630
631.usage {
632 left: 0px;
633 right: 0px;
634 background-color: #555;
635}
4616a55b
TM
636
637.install-mask {
638 background-color: rgb(245, 245, 245);
639 color: #000;
9ba642dd 640}