luci-theme-material: CSS Fix for previous update
[project/luci.git] / themes / luci-theme-material / htdocs / luci-static / material / cascade.css
1 /**
2 * Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI
3 *
4 * luci-theme-material
5 * Copyright 2015 Lutty Yang <lutty@wcan.in>
6 *
7 * Have a bug? Please create an issue here on GitHub!
8 * https://github.com/LuttyYang/luci-theme-material/issues
9 *
10 * luci-theme-bootstrap:
11 * Copyright 2008 Steven Barth <steven@midlink.org>
12 * Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
13 * Copyright 2012 David Menting <david@nut-bolt.nl>
14 *
15 * MUI:
16 * https://github.com/muicss/mui
17 *
18 * Menu and loading spinner icons from IcoMoon:
19 * https://icomoon.io
20 *
21 * Pure CSS ripple effect:
22 * https://github.com/mladenplavsic/css-ripple-effect
23 *
24 * Licensed to the public under the Apache License 2.0
25 */
26
27 /*
28 * Include custom css
29 */
30 @import url("custom.css");
31
32 .table {
33 position: relative;
34 display: table;
35 }
36
37 .tr {
38 display: table-row;
39 }
40 .thead {
41 display: table-header-group;
42 }
43
44 .tbody {
45 display: table-row-group;
46 }
47
48 .tfoot {
49 display: table-footer-group;
50 }
51
52 .td,
53 .th {
54 line-height: normal;
55 display: table-cell;
56 padding: .5em;
57 text-align: center;
58 vertical-align: middle;
59 }
60
61 .th {
62 font-weight: bold;
63 }
64
65 .tr.placeholder {
66 height: 4em;
67 }
68
69 .tr.placeholder > .td {
70 line-height: 3;
71 position: absolute;
72 right: 0;
73 bottom: 0;
74 left: 0;
75 text-align: center !important;
76 background: inherit;
77 }
78
79 .td[width="33%"],
80 .td[width="33%"]~.td {
81 padding: 1.1em;
82 }
83
84 .table[width="33%"],
85 .th[width="33%"],
86 .td[width="33%"] {
87 width: 33%;
88 }
89
90 .table[width="100%"],
91 .th[width="100%"],
92 .td[width="100%"] {
93 width: 100%;
94 }
95
96 .col-1 {
97 flex: 1 1 30px !important;
98 }
99
100 .col-2 {
101 flex: 2 2 60px !important;
102 }
103
104 .col-3 {
105 flex: 3 3 90px !important;
106 }
107
108 .col-4 {
109 flex: 4 4 120px !important;
110 }
111
112 .col-5 {
113 flex: 5 5 150px !important;
114 }
115
116 .col-6 {
117 flex: 6 6 180px !important;
118 }
119
120 .col-7 {
121 flex: 7 7 210px !important;
122 }
123
124 .col-8 {
125 flex: 8 8 240px !important;
126 }
127
128 .col-9 {
129 flex: 9 9 270px !important;
130 }
131
132 .col-10 {
133 flex: 10 10 300px !important;
134 }
135
136 * {
137 box-sizing: border-box;
138 margin: 0;
139 padding: 0;
140 }
141
142 .h1,
143 .h2,
144 .h3,
145 .h4,
146 .h5,
147 .h6,
148 h1,
149 h2,
150 h3,
151 h4,
152 h5,
153 h6 {
154 font-family: inherit;
155 font-weight: normal;
156 line-height: 1.1 !important;
157 color: inherit;
158 }
159
160 html {
161 overflow-y: hidden;
162 -webkit-text-size-adjust: 100%;
163 -ms-text-size-adjust: 100%;
164 }
165
166 body {
167 font-size: .8rem;
168 background-color: #eee;
169 }
170
171 html,
172 body {
173 font-family: "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
174 font-family: var(--font-body);
175 height: 100%;
176 margin: 0;
177 padding: 0;
178 }
179
180 select {
181 padding: .36rem .8rem;
182 color: #555;
183 border: thin solid #ccc;
184 background-color: #fff;
185 background-image: none;
186 }
187
188 .btn,
189 button,
190 select,
191 input,
192 .cbi-dropdown {
193 min-height: 1.8rem;
194 padding: 0;
195 color: rgba(0, 0, 0, .87);
196 border: 0;
197 border-bottom: 2px solid rgba(0, 0, 0, .26);
198 border-radius: 0;
199 outline: 0;
200 background-color: transparent;
201 background-image: none;
202 box-shadow: none;
203 align-items: center;
204 }
205
206 select,
207 .cbi-dropdown {
208 width: inherit;
209 cursor: default;
210 }
211
212 select:not([multiple="multiple"]):focus,
213 input:not(.cbi-button):focus,
214 .cbi-dropdown:focus {
215 border-color: #09c;
216 border-color: var(--main-color);
217 }
218
219 .cbi-dropdown,
220 select[multiple="multiple"] {
221 height: auto;
222 }
223
224 pre {
225 overflow: auto;
226 }
227
228 code {
229 font-size: 1rem;
230 font-size-adjust: .35;
231 padding: 1px 3px;
232 color: #101010;
233 border-radius: 2px;
234 background: #ddd;
235 }
236
237 abbr {
238 cursor: help;
239 text-decoration: underline;
240 color: #005470;
241 }
242
243 hr {
244 margin: 1rem 0;
245 opacity: .1;
246 border-color: #eee;
247 }
248
249 header,
250 .main {
251 position: absolute;
252 width: 100%;
253 }
254
255 header {
256 position: fixed;
257 z-index: 2000;
258 float: left;
259 height: 4rem;
260 transition: box-shadow .2s;
261 box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
262 }
263
264 footer {
265 font-size: .8rem;
266 overflow: hidden;
267 padding: 1rem;
268 text-align: right;
269 white-space: nowrap;
270 color: #aaa;
271 text-shadow: 0 0 2px #bbb;
272 }
273
274 footer > a {
275 text-decoration: none;
276 color: #aaa;
277 }
278
279 small {
280 font-size: 90%;
281 line-height: 1.42857143;
282 white-space: normal;
283 }
284
285 .main {
286 position: relative;
287 top: 4rem;
288 bottom: 0;
289 overflow-y: auto;
290 height: 100%;
291 height: calc(100% - 4rem);
292 }
293
294 .main > .loading {
295 position: fixed;
296 z-index: 1000;
297 top: 0;
298 opacity: 1;
299 visibility: visible;
300 width: 100%;
301 height: 100%;
302 pointer-events: none;
303 background-color: rgb(240, 240, 240);
304 transition: visibility 400ms, opacity 400ms;
305 }
306
307 .main > .loading > span {
308 font-family: monospace;
309 font-size: 2rem;
310 font-size-adjust: .35;
311 position: relative;
312 top: 12.5%;
313 display: block;
314 text-align: center;
315 color: #888;
316 }
317
318 .main > .loading > span > .loading-img {
319 position: relative;
320 top: .1rem;
321 left: .05rem;
322 display: inline-block;
323 width: 1.25rem;
324 height: 1.25rem;
325 margin-right: 1rem;
326 animation: anim-rotate 2s infinite linear;
327 background: url(./icons/spinner.svg) no-repeat center;
328 }
329
330 @keyframes anim-rotate {
331 0% {
332 -webkit-transform: rotate(0);
333 -ms-transform: rotate(0);
334 transform: rotate(0);
335 }
336 100% {
337 -webkit-transform: rotate(360deg);
338 -ms-transform: rotate(360deg);
339 transform: rotate(360deg);
340 }
341 }
342
343 .main-left {
344 position: fixed;
345 top: 4rem;
346 float: left;
347 overflow-x: auto;
348 width: 15%;
349 width: calc(0% + 15rem);
350 height: 100%;
351 height: calc(100% - 4rem);
352 background-color: #fff;
353 background-color: var(--menu-bg-color);
354 transition: visibility 400ms, width 400ms;
355 }
356
357 .main-right {
358 float: right;
359 width: 85%;
360 width: calc(100% - 15rem);
361 height: 100%;
362 background-color: #eee;
363 }
364
365 .main-right > #maincontent {
366 background-color: #eee;
367 }
368
369 .pull-right {
370 float: right;
371 }
372
373 .pull-left {
374 float: left;
375 }
376
377 .nowrap:not(.td) {
378 white-space: nowrap;
379 }
380
381 [disabled="disabled"] {
382 pointer-events: none;
383 }
384
385 header {
386 color: #fff;
387 color: var(--header-color);
388 background: #09c;
389 background: var(--header-bg);
390 }
391
392 header > .fill > .container {
393 margin-top: .5rem;
394 padding: .5rem 1rem 0 1rem;
395 -webkit-user-select: none;
396 -moz-user-select: none;
397 -ms-user-select: none;
398 user-select: none;
399 }
400
401 header > .fill > .container > #logo {
402 margin: 0 3.5rem 0 1.5rem;
403 }
404
405 header > .fill > .container > #logo > img {
406 width: calc(0% + 10rem);
407 margin-top: -.5rem;
408 }
409
410 header > .fill > .container > .brand {
411 font-size: 1.4rem;
412 position: absolute;
413 cursor: default;
414 vertical-align: text-bottom;
415 text-decoration: none;
416 color: #fff;
417 color: var(--header-color);
418 }
419
420 header > .fill > .container > .status {
421 position: absolute;
422 top: 25%;
423 right: 1em;
424 float: right;
425 }
426
427 header > .fill > .container > .status > * {
428 position: relative;
429 top: .2rem;
430 float: left;
431 margin-left: .3rem;
432 cursor: pointer;
433 }
434
435 .modemenu-buttons {
436 display: flex;
437 flex-wrap: wrap;
438 align-items: center;
439 color: #fff;
440 color: var(--header-color);
441 background: #09c;
442 background: var(--header-bg);
443 padding: .5rem;
444 transition: box-shadow .2s;
445 box-shadow: 0 2px 5px rgb(0 0 0 / 26%);
446 }
447
448 #modemenu {
449 margin: 0.25rem;
450 display: flex;
451 align-items: center;
452 flex-wrap: wrap;
453 }
454
455 #modemenu > li > a {
456 font-size: .8rem;
457 font-weight: bold;
458 padding: .3rem .8rem;
459 white-space: nowrap;
460 text-decoration: none;
461 text-transform: uppercase;
462 color: #fff !important;
463 border-radius: 3px;
464 background-color: #bfbfbf;
465 text-shadow: none;
466 }
467
468 #modemenu > li > a.active {
469 background-color: #002B49 !important;
470 }
471
472 #modemenu > li.divider {
473 margin-left: .25rem;
474 margin-right: .25rem;
475 border: .5rem solid var(--submenu-bg-hover);
476 border-left: 1px solid var(--submenu-bg-hover);
477 border-right: 1px solid var(--submenu-bg-hover);
478 border-radius: 1rem;
479 }
480
481 #xhr_poll_status {
482 display: flex;
483 }
484
485 .danger {
486 background-color: #ff7d60 !important;
487 }
488
489 .warning {
490 background-color: #f0e68c !important;
491 }
492
493 .success {
494 background-color: #5cb85c !important;
495 }
496
497 .notice,
498 [data-indicator]:not([data-style="inactive"]) {
499 background-color: #002B49 !important;
500 }
501
502 .error {
503 color: #f00;
504 }
505
506 .alert,
507 .alert-message {
508 font-weight: bold;
509 margin-bottom: 1em;
510 padding: 1rem;
511 border: 0;
512 border-radius: 0 !important;
513 background-color: #fff;
514 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
515 text-shadow: 1px 1px rgba(0, 0, 0, .1);
516 }
517
518 .alert-message > h4 {
519 font-size: 110%;
520 font-weight: bold;
521 }
522
523 .alert-message > * {
524 margin: .5rem 0;
525 }
526
527 .alert-message .btn {
528 padding: .3rem .6rem;
529 }
530
531 .container .alert,
532 .container .alert-message {
533 margin-top: 1rem;
534 }
535
536 .main > .main-left > .nav {
537 margin-top: .5rem;
538 }
539
540 .main > .main-left > .nav > li {
541 cursor: pointer;
542 -webkit-user-select: none;
543 -moz-user-select: none;
544 -ms-user-select: none;
545 user-select: none;
546 }
547
548 .main > .main-left > .nav > li:last-child {
549 display: flex;
550 align-items: center;
551 margin: 2rem 0 1rem 0;
552 padding: 0 0 0 2rem;
553 }
554
555 .main > .main-left > .nav > li a {
556 display: block;
557 color: #5f6368;
558 color: var(--menu-color);
559 }
560
561 .main > .main-left > .nav > li.active > a {
562 color: #fff;
563 }
564
565 .main > .main-left > .nav > li.active {
566 background-color: #09c;
567 background-color: var(--submenu-bg-hover-active);
568 }
569
570 .main > .main-left > .nav > li.slide.active {
571 background-color: unset;
572 }
573
574 .main > .main-left > .nav > .slide {
575 padding: 0;
576 }
577
578 .main > .main-left > .nav > .slide > ul {
579 display: none;
580 }
581
582 .main > .main-left > .nav > .slide.active > ul {
583 display: block;
584 }
585
586 .main > .main-left > .nav > .slide > .menu,
587 .main > .main-left > .nav > li > [data-title] {
588 font-size: 1.15rem;
589 font-weight: 500;
590 display: flex;
591 align-items: center;
592 width: 100%;
593 padding: .5rem 1rem;
594 text-decoration: none;
595 color: #202124;
596 color: var(--main-menu-color);
597 }
598
599 .main > .main-left > .nav > .slide > .menu::before {
600 position: absolute;
601 right: 17px;
602 width: 16px;
603 height: 16px;
604 content: "";
605 background: url(./icons/arrow.svg) no-repeat;
606 }
607
608 .main > .main-left > .nav > .slide > .menu.active::before {
609 transform: rotate(-180deg);
610 }
611
612 body[class*="node-"] > .main > .main-left > .nav > .slide > .menu::before {
613 transition: transform .1s ease-in-out;
614 }
615
616 body[class*="node-"] > .main > .main-left > .nav > .slide > .menu.active::before {
617 transition: transform .2s ease-in-out;
618 }
619
620 .main > .main-left[style*="overflow: hidden"] > .nav > .slide > .menu::before {
621 display: none;
622 }
623
624 .main > .main-left > .nav > li:last-child::before {
625 position: absolute;
626 left: 14px;
627 width: 24px;
628 height: 24px;
629 content: url(./icons/logout.svg);
630 }
631
632 .main > .main-left > .nav > li:hover,
633 .main > .main-left > .nav > .slide > .menu:hover {
634 background: #d4d4d4;
635 background: var(--submenu-bg-hover);
636 }
637
638 .main > .main-left > .nav > .slide:hover {
639 background: none;
640 }
641
642 .main > .main-left > .nav > .slide > .slide-menu > .active {
643 background-color: #09c;
644 background-color: var(--submenu-bg-hover-active);
645 }
646
647 .main > .main-left > .nav > .slide > .slide-menu > li > a {
648 white-space: nowrap;
649 text-decoration: none;
650 padding: .4rem 2rem;
651 }
652
653 .main > .main-left > .nav > .slide > .slide-menu > .active > a {
654 color: #fff;
655 }
656
657 .main > .main-left > .nav > .slide > .slide-menu > li:hover {
658 background: #d4d4d4;
659 background: var(--submenu-bg-hover);
660 }
661
662 .main > .main-left > .nav > .slide > .slide-menu > li:not(.active):hover > a {
663 color: #202124;
664 color: var(--menu-color-hover);
665 }
666
667 .main > .main-left > .nav > .slide > .slide-menu > .active:hover {
668 background-color: #09c;
669 background-color: var(--main-color);
670 }
671
672 /* ripple effect */
673 .main > .main-left > .nav > .slide > .menu,
674 .main > .main-left > .nav > .slide > .slide-menu > li,
675 .main > .main-left > .nav > li:last-child {
676 position: relative;
677 overflow: hidden;
678 transform: translate3d(0, 0, 0);
679 }
680
681 .main > .main-left > .nav > .slide > .menu::after,
682 .main > .main-left > .nav > .slide > .slide-menu > li::after,
683 .main > .main-left > .nav > li:last-child::after {
684 position: absolute;
685 top: 0;
686 left: 0;
687 display: block;
688 width: 100%;
689 height: 100%;
690 content: "";
691 transition: transform .5s, opacity 1s;
692 transform: scale(10, 10);
693 pointer-events: none;
694 opacity: 0;
695 background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
696 background-repeat: no-repeat;
697 background-position: 50%;
698 }
699
700 .main > .main-left > .nav > .slide > .menu:active::after,
701 .main > .main-left > .nav > .slide > .slide-menu > li:active::after,
702 .main > .main-left > .nav > li:last-child:active::after {
703 transition: 0s;
704 transform: scale(0, 0);
705 opacity: .2;
706 }
707
708 #maincontent > .container {
709 margin: 0 2rem 1rem 2rem;
710 }
711
712 ul {
713 line-height: normal;
714 }
715
716 li {
717 list-style-type: none;
718 }
719
720 h1 {
721 font-size: 2rem;
722 padding-bottom: 10px;
723 border-bottom: thin solid #eee;
724 }
725
726 h2 {
727 font-size: 1.8rem;
728 margin: 2rem 0 0 0;
729 padding-bottom: 10px;
730 border-bottom: thin solid #eee;
731 }
732
733 h3 {
734 font-size: 1.4rem;
735 margin: 2rem 0 0 0;
736 padding-bottom: 10px;
737 }
738
739 h4 {
740 font-size: 1.2rem;
741 margin: 2rem 0 0 0;
742 padding-bottom: 10px;
743 }
744
745 h5 {
746 font-size: 1rem;
747 margin: 2rem 0 0 0;
748 padding-bottom: 10px;
749 }
750
751 .cbi-section,
752 .cbi-section-error,
753 #iptables,
754 .Firewall form,
755 #cbi-network > .cbi-section-node,
756 #cbi-wireless > .cbi-section-node,
757 #cbi-wireless > #wifi_assoclist_table,
758 [data-tab-title],
759 [data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
760 [data-page="admin-system-opkg"] #maincontent > .container {
761 font-family: inherit;
762 font-weight: normal;
763 font-style: normal;
764 line-height: normal;
765 min-width: inherit;
766 margin: 1rem 0 0 0;
767 padding: 2rem;
768 border: 0;
769 border-radius: 0;
770 background-color: #fff;
771 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
772 }
773
774 .cbi-modal .cbi-section,
775 .cbi-section .cbi-section {
776 padding: 0;
777 box-shadow: none;
778 }
779
780 .cbi-modal .cbi-tabmenu {
781 margin-left: 0;
782 }
783
784 .cbi-map-descr,
785 .cbi-section-descr {
786 font-size: small;
787 line-height: 1.42857143;
788 padding: .5rem;
789 color: #999;
790 }
791
792 .cbi-map-descr + fieldset {
793 margin-top: 1rem;
794 }
795
796 .cbi-section > legend {
797 display: none !important;
798 }
799
800 fieldset > fieldset,
801 .cbi-section > .cbi-section {
802 margin: 0;
803 padding: 0;
804 border: 0;
805 box-shadow: none;
806 }
807
808 .cbi-section > h3:first-child,
809 .panel-title {
810 font-size: 1.4rem;
811 line-height: 1;
812 display: block;
813 width: 100%;
814 margin: 0;
815 margin-bottom: .5rem;
816 padding-bottom: 1rem;
817 color: #404040;
818 border-bottom: thin solid #eee;
819 }
820
821 .cbi-section > h4:first-child,
822 .cbi-section > p:first-child,
823 [data-tab-title] > h3:first-child,
824 [data-tab-title] > h4:first-child,
825 [data-tab-title] > p:first-child {
826 padding-top: 1rem;
827 }
828
829 table {
830 border-spacing: 0;
831 border-collapse: collapse;
832 }
833
834 table,
835 .table {
836 overflow-y: hidden;
837 width: 100%;
838 box-shadow: 0 0 0 1px #ddd;
839 }
840
841 table > tbody > tr > td,
842 table > tbody > tr > th,
843 table > tfoot > tr > td,
844 table > tfoot > tr > th,
845 table > thead > tr > td,
846 table > thead > tr > th,
847 .table > .tbody > .tr > .td,
848 .table > .tbody > .tr > .th,
849 .table > .tfoot > .tr > .td,
850 .table > .tfoot > .tr > .th,
851 .table > .thead > .tr > .td,
852 .table > .thead > .tr > .th,
853 .table > .tr > .td.cbi-value-field,
854 .table > .tr > .th.cbi-section-table-cell {
855 padding: .5rem;
856 }
857
858 .container > .cbi-section:first-of-type > .table[width="100%"] > .tr > .td {
859 padding: .6rem;
860 }
861
862 .cbi-section-table-cell {
863 line-height: 1.1;
864 align-self: flex-end;
865 flex: 1 1 auto;
866 }
867
868 tr > td,
869 tr > th,
870 .tr > .td,
871 .tr > .th,
872 .cbi-section-table-row::before,
873 #cbi-wireless > #wifi_assoclist_table > .tr:nth-child(2) {
874 border-top: thin solid #ddd;
875 }
876
877 #cbi-wireless .td,
878 #cbi-network .tr:first-child > .td,
879 .table[width="100%"] > .tr:first-child > .td,
880 [data-page="admin-network-diagnostics"] .tr > .td,
881 .tr.table-titles > .th,
882 .tr.cbi-section-table-titles > .th {
883 border-top: 0 !important;
884 }
885
886 .table[width="100%"] > .tr:first-child > .td {
887 margin: auto 0;
888 }
889
890 .cbi-section-table-row {
891 margin-bottom: 1rem;
892 text-align: center !important;
893 background: #f4f4f4;
894 }
895
896 .cbi-section-table-row:last-child {
897 margin-bottom: 0;
898 }
899
900 .cbi-section-table-row > .cbi-value-field .cbi-dropdown,
901 .cbi-section-table-row > .cbi-value-field .cbi-input-select,
902 .cbi-section-table-row > .cbi-value-field .cbi-input-text,
903 .cbi-section-table-row > .cbi-value-field .cbi-input-password {
904 width: 100%;
905 }
906
907 .cbi-section-table-row > .cbi-value-field [data-dynlist] > input,
908 .cbi-section-table-row > .cbi-value-field input.cbi-input-password {
909 width: calc(100% - 1.5rem);
910 }
911
912 .cbi-section-table-row .td {
913 text-align: center !important;
914 }
915
916 div > table > tbody > tr:nth-of-type(2n),
917 div > .table > .tr:nth-of-type(2n) {
918 background-color: #f9f9f9;
919 }
920
921 /* fix multiple table */
922 table table,
923 .table .table,
924 .cbi-value-field table,
925 .cbi-value-field .table,
926 td > table > tbody > tr > td,
927 .td > .table > .tbody > .tr > .td,
928 .cbi-value-field > table > tbody > tr > td,
929 .cbi-value-field > .table > .tbody > .tr > .td {
930 border: 0;
931 }
932
933 /* button style */
934 .btn,
935 .cbi-button,
936 .item::after {
937 font-size: .8rem;
938 display: inline-block;
939 width: auto !important;
940 padding: 0 .8rem;
941 cursor: pointer;
942 -webkit-user-select: none;
943 -moz-user-select: none;
944 -ms-user-select: none;
945 user-select: none;
946 transition: all .2s ease-in-out;
947 text-align: center;
948 vertical-align: middle;
949 white-space: nowrap;
950 text-decoration: none;
951 text-transform: uppercase;
952 color: rgba(0, 0, 0, .87);
953 border: 0;
954 border-radius: .2rem;
955 background-color: #f0f0f0;
956 background-image: none;
957 -webkit-appearance: none;
958 -ms-touch-action: manipulation;
959 touch-action: manipulation;
960 }
961
962 .cbi-button-up,
963 .cbi-button-down {
964 font-size: 1.2rem;
965 display: inline-block;
966 min-width: 0;
967 padding: .2rem .3rem;
968 color: transparent !important;
969 background: url(./icons/arrow.svg) no-repeat center;
970 background-size: 12px 20px;
971 }
972
973 .cbi-button-up {
974 transform: scaleY(-1);
975 }
976
977 .cbi-button:not(select) {
978 -webkit-appearance: none !important;
979 }
980
981 .cbi-button + .cbi-button {
982 margin-left: .6rem;
983 }
984
985 .btn:hover,
986 .btn:focus,
987 .btn:active,
988 .cbi-button:hover,
989 .cbi-button:focus,
990 .cbi-button:active,
991 .item:hover::after,
992 .item:focus::after,
993 .item:active::after,
994 .cbi-page-actions .cbi-button-apply + .cbi-button-save:hover,
995 .cbi-page-actions .cbi-button-apply + .cbi-button-save:focus,
996 .cbi-page-actions .cbi-button-apply + .cbi-button-save:active {
997 text-decoration: none;
998 outline: 0;
999 }
1000
1001 .btn:hover,
1002 .btn:focus,
1003 .cbi-button:hover,
1004 .cbi-button:focus,
1005 .item:hover::after,
1006 .item:focus::after {
1007 box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
1008 }
1009
1010 .btn:active,
1011 .cbi-button:active,
1012 .item:active::after {
1013 box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
1014 }
1015
1016 .cbi-button-up:hover,
1017 .cbi-button-up:focus {
1018 box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 -2px 2px rgba(0, 0, 0, .2);
1019 }
1020
1021 .cbi-button-up:active {
1022 box-shadow: 0 -10px 20px rgba(0, 0, 0, .19), 0 -6px 6px rgba(0, 0, 0, .23);
1023 }
1024
1025 .btn:disabled,
1026 .cbi-button:disabled {
1027 cursor: not-allowed;
1028 pointer-events: none;
1029 opacity: .5;
1030 box-shadow: none;
1031 }
1032
1033 /* gray */
1034 .alert-message [class="btn"],
1035 .modal div[class="btn"],
1036 .cbi-button-find,
1037 .cbi-button-link,
1038 .cbi-button-up,
1039 .cbi-button-down,
1040 .cbi-button-neutral,
1041 .cbi-button[name="zero"],
1042 .cbi-button[name="restart"],
1043 .cbi-button[onclick="hide_empty(this)"] {
1044 font-weight: bold;
1045 border: thin solid #bfbfbf;
1046 background-color: #d4d4d4;
1047 }
1048
1049 /* dark blue */
1050 .btn.primary,
1051 .cbi-page-actions .cbi-button-save,
1052 .cbi-page-actions .cbi-button-apply + .cbi-button-save,
1053 .cbi-button-add,
1054 .cbi-button-save,
1055 .cbi-button-positive,
1056 .cbi-button-link,
1057 .cbi-button[value="Enable"],
1058 .cbi-button[value="Scan"],
1059 .cbi-button[value^="Back"],
1060 .cbi-button-neutral[onclick="handleConfig(event)"] {
1061 font-weight: normal;
1062 color: #fff;
1063 border: thin solid #2e6da4;
1064 background-color: #337ab7;
1065 }
1066
1067 /* light blue */
1068 .cbi-page-actions .cbi-button-apply,
1069 .cbi-section-actions .cbi-button-edit,
1070 .cbi-button-edit,
1071 .cbi-button-apply,
1072 .cbi-button-reload,
1073 .cbi-button-action,
1074 .cbi-button[value="Submit"],
1075 .cbi-button[value="Upload"],
1076 .cbi-button[value$="Apply"],
1077 .cbi-button[onclick="addKey(event)"] {
1078 font-weight: normal;
1079 color: #fff;
1080 border: thin solid #46b8da;
1081 background-color: #5bc0de;
1082 }
1083
1084 /* red */
1085 .btn.danger,
1086 .cbi-section-remove > .cbi-button,
1087 .cbi-button-remove,
1088 .cbi-button-reset,
1089 .cbi-button-negative,
1090 .cbi-button[value="Stop"],
1091 .cbi-button[value="Kill"],
1092 .cbi-button[onclick="reboot(this)"],
1093 .cbi-button-neutral[value="Restart"] {
1094 font-weight: normal;
1095 color: #fff;
1096 border: thin solid #d43f3a;
1097 background-color: #d9534f;
1098 }
1099
1100 /* yellow */
1101 .btn[value="Dismiss"],
1102 .cbi-button[value="Terminate"],
1103 .cbi-button[value="Reset"],
1104 .cbi-button[value="Disabled"],
1105 .cbi-button[onclick^="iface_reconnect"],
1106 .cbi-button[onclick="handleReset(event)"],
1107 .cbi-button-neutral[value="Disable"] {
1108 font-weight: normal;
1109 color: #fff;
1110 border: thin solid #eea236;
1111 background-color: #f0ad4e;
1112 }
1113
1114 /* green */
1115 .cbi-button-success,
1116 .cbi-button-download,
1117 .cbi-button[name="backup"],
1118 .cbi-button[value="Download"],
1119 .cbi-button[value="Save mtdblock"] {
1120 font-weight: normal;
1121 color: #fff;
1122 border: thin solid #4cae4c;
1123 background-color: #5cb85c;
1124 }
1125
1126 .cbi-page-actions .cbi-button-link:first-child {
1127 float: left;
1128 }
1129
1130 .a-to-btn {
1131 text-decoration: none;
1132 }
1133
1134 .cbi-value-field .cbi-button-add {
1135 font-weight: bold;
1136 margin: 9px 0 4px 3px;
1137 padding: 1px 6px;
1138 }
1139
1140 .tabs {
1141 margin: 0 -2rem;
1142 padding-left: .5rem;
1143 background-color: #fff;
1144 }
1145
1146 .tabs > li,
1147 .cbi-tabmenu > li {
1148 display: inline-block;
1149 padding: .55rem 0;
1150 cursor: pointer;
1151 }
1152
1153 .tabs > li {
1154 padding-bottom: .4rem;
1155 border-bottom: .2rem solid transparent;
1156 }
1157
1158 .tabs > li[class~="active"],
1159 .tabs > li:hover {
1160 border-bottom-color: #09c;
1161 border-bottom-color: var(--main-color);
1162 }
1163
1164 .tabs > li:hover {
1165 cursor: pointer;
1166 border-bottom-color: #c9c9c9;
1167 }
1168
1169 .tabs > li > a,
1170 .cbi-tabmenu > li > a {
1171 padding: .6rem .9rem;
1172 text-decoration: none;
1173 color: #404040;
1174 }
1175
1176 .tabs > li[class~="active"] > a {
1177 color: #09c;
1178 color: var(--main-color);
1179 }
1180
1181 .cbi-tabmenu {
1182 border: thin solid #d4d4d4;
1183 border-bottom: 0;
1184 }
1185
1186 .cbi-tabmenu > li:hover {
1187 background-color: #f1f1f1;
1188 }
1189
1190 .cbi-tabmenu > li[class~="cbi-tab"] {
1191 background-color: #fff;
1192 }
1193
1194 .cbi-tabmenu {
1195 background-color: #d4d4d4;
1196 }
1197
1198 .cbi-section .cbi-section-remove:nth-of-type(2n),
1199 .container > .cbi-section .cbi-section-node:nth-of-type(2n) {
1200 background-color: #f9f9f9;
1201 }
1202
1203 [data-tab-title] {
1204 overflow: hidden;
1205 height: 0;
1206 opacity: 0;
1207 margin: 0;
1208 padding: 0rem 1rem !important;
1209 }
1210
1211 [data-tab-active="true"] {
1212 overflow: visible;
1213 height: auto;
1214 opacity: 1;
1215 transition: opacity .25s ease-in;
1216 margin: inherit !important;
1217 }
1218
1219 .cbi-section[id] .cbi-section-remove:nth-of-type(4n+3),
1220 .cbi-section[id] .cbi-section-node:nth-of-type(4n+4) {
1221 background-color: #f9f9f9;
1222 }
1223
1224 .cbi-section-node-tabbed {
1225 margin-top: 0;
1226 padding: 0;
1227 border: thin solid #d4d4d4;
1228 border-top: 0;
1229 }
1230
1231 .cbi-tabcontainer > .cbi-value:nth-of-type(2n) {
1232 background-color: #f9f9f9;
1233 }
1234
1235 .cbi-value-field,
1236 .cbi-value-description {
1237 line-height: 1.25;
1238 display: table-cell;
1239 }
1240
1241 .cbi-value-description {
1242 font-size: small;
1243 padding-top: .4rem;
1244 opacity: .5;
1245 }
1246
1247 .cbi-value-title {
1248 display: table-cell;
1249 float: left;
1250 width: 23rem;
1251 padding-top: .35rem;
1252 padding-right: 2rem;
1253 text-align: right;
1254 word-wrap: break-word;
1255 }
1256
1257 .cbi-value {
1258 display: inline-block;
1259 width: 100%;
1260 padding: .35rem 1rem .2rem 1rem;
1261 }
1262
1263 .cbi-value ul {
1264 line-height: 1.25;
1265 }
1266
1267 .cbi-value-field .cbi-dropdown,
1268 .cbi-value-field .cbi-input-select,
1269 .cbi-value input[type="text"],
1270 .cbi-value input[type="password"] {
1271 min-width: 25rem;
1272 }
1273
1274 #cbi-firewall-zone .cbi-input-select,
1275 #cbi-network-switch_vlan .cbi-input-select {
1276 min-width: 11rem;
1277 }
1278
1279 #cbi-network-switch_vlan .cbi-input-text {
1280 max-width: 3rem;
1281 }
1282
1283 .cbi-input-invalid {
1284 color: #f00;
1285 border-bottom-color: #f00;
1286 }
1287
1288 .cbi-section-error {
1289 font-weight: bold;
1290 line-height: 1.42857143;
1291 margin: 18px;
1292 padding: 6px;
1293 border: thin solid #f00;
1294 border-radius: 3px;
1295 background-color: #fce6e6;
1296 }
1297
1298 .cbi-section-error ul {
1299 margin: 0 0 0 20px;
1300 }
1301
1302 .cbi-section-error ul li {
1303 font-weight: bold;
1304 color: #f00;
1305 }
1306
1307 .td[data-title]::before {
1308 font-weight: bold;
1309 display: none;
1310 padding: .25rem 0;
1311 content: attr(data-title) ":\20";
1312 text-align: left;
1313 white-space: nowrap;
1314 }
1315
1316 .tr.placeholder .td[data-title]::before {
1317 display: none;
1318 }
1319
1320 .tr[data-title]::before,
1321 .tr.cbi-section-table-titles.named::before {
1322 font-weight: bold;
1323 display: table-cell;
1324 align-self: center;
1325 flex: 1 1 5%;
1326 padding: .25rem;
1327 content: attr(data-title) "\20";
1328 text-align: center;
1329 vertical-align: middle;
1330 white-space: normal;
1331 word-wrap: break-word;
1332 }
1333
1334 .cbi-rowstyle-1 {
1335 background-color: #f9f9f9;
1336 }
1337
1338 .cbi-rowstyle-2 {
1339 background-color: #eee;
1340 }
1341
1342 .cbi-rowstyle-2 .cbi-button-up,
1343 .cbi-rowstyle-2 .cbi-button-down,
1344 body:not(.Interfaces) .cbi-rowstyle-2:first-child {
1345 background-color: #fff !important;
1346 }
1347
1348 .cbi-section-table .cbi-section-table-titles .cbi-section-table-cell {
1349 width: auto !important;
1350 }
1351
1352 .td.cbi-section-actions {
1353 text-align: right !important;
1354 vertical-align: middle;
1355 }
1356
1357 .td.cbi-section-actions > * {
1358 display: inline-flex;
1359 }
1360
1361 .td.cbi-section-actions > * > *,
1362 .td.cbi-section-actions > * > form > * {
1363 margin: 0 5px;
1364 }
1365
1366 .td.cbi-section-actions > * > form {
1367 display: inline-flex;
1368 margin: 0;
1369 }
1370
1371 /* lists */
1372 .cbi-dynlist {
1373 line-height: 1.3;
1374 flex-direction: column;
1375 min-height: 30px;
1376 cursor: text;
1377 }
1378
1379 .cbi-dynlist > .item {
1380 position: relative;
1381 max-width: 25rem;
1382 margin-right: 2em;
1383 padding: .5em .25em .25em 0;
1384 pointer-events: none;
1385 color: #666;
1386 border-bottom: 2px solid rgba(0, 0, 0, .26);
1387 outline: 0;
1388 }
1389
1390 .cbi-dynlist[name="sshkeys"] > .item {
1391 max-width: none;
1392 }
1393
1394 .cbi-dynlist > .item::after {
1395 font-weight: bold;
1396 position: absolute;
1397 right: -2em;
1398 bottom: 0;
1399 display: inline-flex;
1400 min-height: 17px;
1401 padding: 0 6px;
1402 content: "\00D7";
1403 pointer-events: auto;
1404 color: #fff;
1405 border: thin solid #d43f3a;
1406 background-color: #d9534f;
1407 }
1408
1409 .cbi-dynlist > .item > span {
1410 white-space: normal;
1411 word-break: break-word;
1412 }
1413
1414 .cbi-dynlist > .add-item {
1415 display: inline-flex;
1416 align-items: center;
1417 width: 100%;
1418 min-width: 16rem;
1419 }
1420
1421 .cbi-dynlist > .add-item:not([ondrop]) > input {
1422 overflow: hidden;
1423 width: 100%;
1424 min-width: 15rem;
1425 white-space: nowrap;
1426 text-overflow: ellipsis;
1427 }
1428
1429 .cbi-dynlist > .add-item[ondrop] > input {
1430 min-width: 13rem;
1431 }
1432
1433 .cbi-dynlist,
1434 .cbi-dropdown {
1435 position: relative;
1436 display: inline-flex;
1437 padding: 0;
1438 }
1439
1440 .cbi-dropdown[placeholder*="select"] {
1441 max-width: 25rem;
1442 height: auto;
1443 margin-top: -3px;
1444 }
1445
1446 .cbi-dropdown > ul {
1447 display: flex;
1448 overflow-x: hidden;
1449 overflow-y: auto;
1450 width: 100%;
1451 margin: 0 !important;
1452 padding: 0;
1453 list-style: none;
1454 outline: 0;
1455 }
1456
1457 .cbi-dropdown > ul.preview {
1458 display: none;
1459 }
1460
1461 .cbi-dropdown > .open {
1462 flex-basis: 15px;
1463 }
1464
1465 .cbi-dropdown > .open,
1466 .cbi-dropdown > .more {
1467 font-size: 1rem;
1468 font-weight: 900;
1469 line-height: 2;
1470 display: flex;
1471 flex-direction: column;
1472 flex-grow: 0;
1473 flex-shrink: 0;
1474 justify-content: center;
1475 padding: 0 .25em;
1476 cursor: default;
1477 text-align: center;
1478 outline: 0;
1479 }
1480
1481 .cbi-dropdown.btn {
1482 min-height: 1.8rem;
1483 padding-top: 0px;
1484 padding-bottom: 0px;
1485 padding-right: 0px;
1486 }
1487
1488 .cbi-dropdown.btn > .open {
1489 font-size: 0.8rem;
1490 padding: 0px;
1491 margin: 0 5px;
1492 }
1493
1494 .cbi-dropdown.btn > div {
1495 margin: 0px;
1496 }
1497
1498 .cbi-dropdown > .more,
1499 .cbi-dropdown > ul > li[placeholder] {
1500 font-weight: bold;
1501 display: none;
1502 color: #777;
1503 text-shadow: 1px 1px 0 #fff;
1504 }
1505
1506 .cbi-dropdown > ul > li {
1507 display: none;
1508 overflow: hidden;
1509 align-items: center;
1510 align-self: center;
1511 flex-grow: 1;
1512 flex-shrink: 1;
1513 min-height: 20px;
1514 padding: .25em;
1515 white-space: nowrap;
1516 text-overflow: ellipsis;
1517 }
1518
1519 .cbi-dropdown > ul > li .hide-open {
1520 display: initial;
1521 }
1522
1523 .cbi-dropdown > ul > li .hide-close {
1524 display: none;
1525 }
1526
1527 .cbi-dropdown > ul > li[display]:not([display="0"]) {
1528 border-left: thin solid #ccc;
1529 }
1530
1531 .cbi-dropdown[empty] > ul {
1532 max-width: 1px;
1533 }
1534
1535 .cbi-dropdown > ul > li > form {
1536 display: none;
1537 margin: 0;
1538 padding: 0;
1539 pointer-events: none;
1540 }
1541
1542 .cbi-dropdown > ul > li img {
1543 margin-right: .25em;
1544 vertical-align: middle;
1545 }
1546
1547 .cbi-dropdown > ul > li > form > input[type="checkbox"] {
1548 height: auto;
1549 margin: 0;
1550 }
1551
1552 .cbi-dropdown > ul > li input[type="text"] {
1553 height: 20px;
1554 }
1555
1556 .cbi-dropdown[open] > ul.dropdown {
1557 position: absolute;
1558 z-index: 1100;
1559 display: block;
1560 width: auto;
1561 min-width: 100%;
1562 max-width: none;
1563 max-height: 200px !important;
1564 border: thin solid #918e8c;
1565 background: #f6f6f6;
1566 box-shadow: 0 0 4px #918e8c;
1567 color: var(--main-menu-color);
1568 }
1569
1570 .cbi-dropdown > ul > li[display],
1571 .cbi-dropdown[open] > ul.preview,
1572 .cbi-dropdown[open] > ul.dropdown > li,
1573 .cbi-dropdown[multiple] > ul > li > label,
1574 .cbi-dropdown[multiple][open] > ul.dropdown > li,
1575 .cbi-dropdown[multiple][more] > .more,
1576 .cbi-dropdown[multiple][empty] > .more {
1577 display: flex;
1578 align-items: center;
1579 flex-grow: 1;
1580 }
1581
1582 .cbi-dropdown[empty] > ul > li,
1583 .cbi-dropdown[optional][open] > ul.dropdown > li[placeholder],
1584 .cbi-dropdown[multiple][open] > ul.dropdown > li > form {
1585 display: block;
1586 }
1587
1588 .cbi-dropdown[open] > ul.dropdown > li .hide-open {
1589 display: none;
1590 }
1591
1592 .cbi-dropdown[open] > ul.dropdown > li .hide-close {
1593 display: initial;
1594 }
1595
1596 .cbi-dropdown[open] > ul.dropdown > li {
1597 border-bottom: thin solid #ccc;
1598 }
1599
1600 .cbi-dropdown[open] > ul.dropdown > li[selected] {
1601 background: #b0d0f0;
1602 }
1603
1604 .cbi-dropdown[open] > ul.dropdown > li.focus {
1605 background: linear-gradient(90deg, #a3c2e8 0%, #84aad9 100%);
1606 }
1607
1608 .cbi-dropdown[open] > ul.dropdown > li:last-child {
1609 margin-bottom: 0;
1610 border-bottom: 0;
1611 }
1612
1613 .cbi-dropdown[open] > ul.dropdown > li[unselectable] {
1614 opacity: .7;
1615 }
1616
1617 .cbi-dropdown[open] > ul.dropdown > li > input.create-item-input:first-child:last-child {
1618 width: 100%;
1619 }
1620
1621 .cbi-dropdown[disabled] {
1622 pointer-events: none;
1623 opacity: .6;
1624 }
1625
1626 .cbi-dropdown .zonebadge {
1627 width: 100%;
1628 }
1629
1630 .cbi-dropdown[open] .zonebadge {
1631 width: auto;
1632 }
1633
1634 /* progressbar */
1635 .cbi-progressbar {
1636 position: relative;
1637 min-width: 170px;
1638 height: 20px;
1639 margin: 6px 0;
1640 border: thin solid #999;
1641 background: #eee;
1642 }
1643
1644 .cbi-progressbar > div {
1645 width: 0;
1646 height: 100%;
1647 transition: width .25s ease-in;
1648 background: #5bc0de;
1649 background: var(--bar-bg);
1650 }
1651
1652 .cbi-progressbar::after {
1653 font-family: monospace;
1654 font-weight: bold;
1655 font-size-adjust: .38;
1656 line-height: normal;
1657 position: absolute;
1658 top: 2px;
1659 right: 0;
1660 bottom: 2px;
1661 left: 0;
1662 overflow: hidden;
1663 content: attr(title);
1664 text-align: center;
1665 white-space: pre;
1666 text-overflow: ellipsis;
1667 text-shadow: 0 0 2px #eee;
1668 }
1669
1670 #modal_overlay {
1671 position: fixed;
1672 z-index: 900;
1673 top: 4rem;
1674 right: 10000px;
1675 bottom: 0;
1676 left: -10000px;
1677 overflow-y: scroll;
1678 transition: opacity .125s ease-in;
1679 opacity: 0;
1680 background: rgba(0, 0, 0, .7);
1681 -webkit-overflow-scrolling: touch;
1682 }
1683
1684 .modal {
1685 display: flex;
1686 align-items: center;
1687 flex-wrap: wrap;
1688 width: 90%;
1689 min-width: 270px;
1690 max-width: 600px;
1691 min-height: 32px;
1692 margin: 5em auto;
1693 padding: 1em;
1694 border-radius: 3px !important;
1695 background: #fff;
1696 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
1697 }
1698
1699 .modal > * {
1700 line-height: normal;
1701 flex-basis: 100%;
1702 margin-bottom: .5em;
1703 max-width: 100%;
1704 }
1705
1706 .modal > pre,
1707 .modal > textarea {
1708 font-size: 1rem;
1709 font-size-adjust: .35;
1710 overflow: auto;
1711 margin-bottom: .5em;
1712 padding: 8.5px;
1713 cursor: auto;
1714 white-space: pre-wrap;
1715 color: #eee;
1716 outline: 0;
1717 background-color: #101010;
1718 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
1719 }
1720
1721 .modal > h4 {
1722 margin: .5em 0;
1723 }
1724
1725 .modal ul {
1726 margin-left: 2.2em;
1727 word-break: break-word;
1728 }
1729
1730 .modal li {
1731 list-style-type: square;
1732 color: #808080;
1733 }
1734
1735 .modal p {
1736 padding-left: .25rem;
1737 word-break: break-word;
1738 color: #fff;
1739 }
1740
1741 .modal label.btn {
1742 display: flex;
1743 align-items: center;
1744 white-space: normal;
1745 text-align: left;
1746 text-transform: none;
1747 padding-bottom: 0.2rem;
1748 padding-top: 0.2rem;
1749 }
1750
1751 .modal label.warning {
1752 background-color: #f0ad4e !important;
1753 }
1754
1755 .modal.cbi-modal {
1756 max-width: 90%;
1757 max-height: none;
1758 }
1759
1760 body.modal-overlay-active {
1761 overflow: hidden;
1762 height: 100vh;
1763 }
1764
1765 body.modal-overlay-active #modal_overlay {
1766 right: 0;
1767 left: 0;
1768 opacity: 1;
1769 }
1770
1771 .spinning {
1772 position: relative;
1773 padding-left: 32px !important;
1774 }
1775
1776 .spinning::before {
1777 position: absolute;
1778 top: 0;
1779 bottom: 0;
1780 left: .2em;
1781 width: 32px;
1782 content: "";
1783 background: url(../resources/icons/loading.gif) no-repeat center;
1784 background-size: 16px;
1785 }
1786
1787 /* luci */
1788 .hidden {
1789 display: none;
1790 }
1791
1792 .left,
1793 .left::before {
1794 text-align: left !important;
1795 }
1796
1797 .right,
1798 .right::before {
1799 text-align: right !important;
1800 }
1801
1802 .center,
1803 .center::before {
1804 text-align: center !important;
1805 }
1806
1807 .top {
1808 align-self: flex-start !important;
1809 vertical-align: top !important;
1810 }
1811
1812 .bottom {
1813 align-self: flex-end !important;
1814 vertical-align: bottom !important;
1815 }
1816
1817 .inline {
1818 display: inline;
1819 }
1820
1821 .cbi-page-actions {
1822 padding-top: 1rem;
1823 text-align: right;
1824 }
1825
1826 .cbi-page-actions > form[method="post"] {
1827 display: inline-block;
1828 }
1829
1830 .th[data-type="button"],
1831 .td[data-type="button"],
1832 .th[data-type="fvalue"],
1833 .td[data-type="fvalue"] {
1834 flex: 1 1 2em;
1835 text-align: center;
1836 }
1837
1838 .ifacebadge {
1839 display: inline-flex;
1840 gap: .2rem;
1841 padding: .5rem .8rem;
1842 border-bottom: thin solid #ccc;
1843 background: #eee;
1844 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
1845 }
1846
1847 td > .ifacebadge,
1848 .td > .ifacebadge {
1849 font-size: .8rem;
1850 background-color: #f0f0f0;
1851 }
1852
1853 .ifacebadge > em,
1854 .ifacebadge > img {
1855 display: inline-block;
1856 align-self: flex-start;
1857 }
1858
1859 .network-status-table {
1860 display: flex;
1861 flex-wrap: wrap;
1862 }
1863
1864 .network-status-table .ifacebox {
1865 flex-grow: 1;
1866 margin: .5em;
1867 }
1868
1869 .network-status-table .ifacebox-body {
1870 display: flex;
1871 flex-direction: column;
1872 height: 100%;
1873 }
1874
1875 .network-status-table .ifacebox-body > span {
1876 flex: 10 10 auto;
1877 height: 100%;
1878 }
1879
1880 .network-status-table .ifacebox-body > div {
1881 display: flex;
1882 flex-wrap: wrap;
1883 }
1884
1885 .network-status-table .ifacebox-body .ifacebadge {
1886 align-items: center;
1887 flex: 1 1 auto;
1888 min-width: 220px;
1889 margin: .5em .25em 0 .25em;
1890 padding: .5em;
1891 background-color: #fff;
1892 }
1893
1894 /* textarea */
1895 .cbi-input-textarea {
1896 font-family: monospace;
1897 width: 100%;
1898 min-height: 14rem;
1899 padding: .8rem;
1900 color: #000;
1901 }
1902
1903 #syslog {
1904 font-size: small;
1905 overflow-y: hidden;
1906 width: 100%;
1907 min-height: 15rem;
1908 padding: 1rem;
1909 resize: none;
1910 color: #eee;
1911 border: 0;
1912 border-radius: 0;
1913 background-color: #101010;
1914 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
1915 }
1916
1917 #syslog:focus {
1918 outline: 0;
1919 }
1920
1921 /* config changes */
1922 .uci-change-list {
1923 font-family: monospace;
1924 }
1925
1926 .uci-change-list ins,
1927 .uci-change-legend-label ins {
1928 display: block;
1929 padding: 2px;
1930 text-decoration: none;
1931 border: thin solid #0f0;
1932 background-color: #cfc;
1933 }
1934
1935 .uci-change-list del,
1936 .uci-change-legend-label del {
1937 font-style: normal;
1938 display: block;
1939 padding: 2px;
1940 text-decoration: none;
1941 border: thin solid #f00;
1942 background-color: #fcc;
1943 }
1944
1945 .uci-change-list var,
1946 .uci-change-legend-label var {
1947 font-style: normal;
1948 display: block;
1949 padding: 2px;
1950 text-decoration: none;
1951 border: thin solid #ccc;
1952 background-color: #eee;
1953 }
1954
1955 .uci-change-list var ins,
1956 .uci-change-list var del {
1957 font-style: normal;
1958 padding: 0;
1959 white-space: pre;
1960 border: 0;
1961 }
1962
1963 .uci-change-legend {
1964 padding: 5px;
1965 }
1966
1967 .uci-change-legend-label {
1968 float: left;
1969 width: 150px;
1970 }
1971
1972 .uci-change-legend-label > ins,
1973 .uci-change-legend-label > del,
1974 .uci-change-legend-label > var {
1975 display: block;
1976 float: left;
1977 width: 10px;
1978 height: 10px;
1979 margin-right: 4px;
1980 }
1981
1982 .uci-change-legend-label var ins,
1983 .uci-change-legend-label var del {
1984 line-height: .4;
1985 border: 0;
1986 }
1987
1988 .uci-change-list var,
1989 .uci-change-list del,
1990 .uci-change-list ins {
1991 padding: .5rem;
1992 }
1993
1994 /* other fix */
1995 #iwsvg,
1996 #iwsvg2,
1997 #bwsvg {
1998 border: thin solid #d4d4d4 !important;
1999 }
2000
2001 #iwsvg,
2002 [data-page="admin-status-realtime-bandwidth"] #bwsvg {
2003 border-top: 0 !important;
2004 }
2005
2006 .ifacebox {
2007 line-height: 1.25;
2008 display: inline-flex;
2009 flex-direction: column;
2010 min-width: 100px;
2011 border-bottom: thin solid #ccc;
2012 background-color: #f9f9f9;
2013 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 1px 2px rgba(0, 0, 0, .2);
2014 }
2015
2016 .ifacebox-head {
2017 padding: .25em;
2018 background: #eee;
2019 }
2020
2021 .ifacebox-head.active {
2022 background: #5bc0de;
2023 background: var(--bar-bg);
2024 }
2025
2026 .ifacebox-body {
2027 padding: .25em;
2028 }
2029
2030 .cbi-image-button {
2031 margin-left: .5rem;
2032 }
2033
2034 .zonebadge {
2035 display: inline-block;
2036 padding: .2rem .5rem;
2037 }
2038
2039 .zonebadge .ifacebadge {
2040 margin: .1rem .2rem;
2041 padding: .2rem .3rem;
2042 border: thin solid #6c6c6c;
2043 }
2044
2045 .zonebadge > input[type="text"] {
2046 min-width: 10rem;
2047 margin-top: .3rem;
2048 padding: .16rem 1rem;
2049 }
2050
2051 .zonebadge > em,
2052 .zonebadge > strong {
2053 display: inline-block;
2054 margin: 0 .2rem;
2055 }
2056
2057 .cbi-value-field .cbi-input-checkbox,
2058 .cbi-value-field .cbi-input-radio {
2059 margin-top: .1rem;
2060 }
2061
2062 .cbi-value-field > ul > li {
2063 display: flex;
2064 }
2065
2066 .cbi-value-field > ul > li > label {
2067 margin-top: .5rem;
2068 }
2069
2070 .cbi-value-field > ul > li .ifacebadge {
2071 margin-top: -.5rem;
2072 margin-left: .4rem;
2073 background-color: #eee;
2074 }
2075
2076 .cbi-section-table-row > .cbi-value-field .cbi-dropdown {
2077 min-width: 7rem;
2078 }
2079
2080 .cbi-section-create {
2081 display: inline-flex;
2082 align-items: center;
2083 margin: .5rem -3px;
2084 }
2085
2086 .cbi-section-create > * {
2087 margin: .5rem;
2088 }
2089
2090 .cbi-section-remove {
2091 padding: .5rem;
2092 }
2093
2094 div.cbi-value var,
2095 td.cbi-value-field var,
2096 .td.cbi-value-field var {
2097 font-style: italic;
2098 color: #0069d6;
2099 }
2100
2101 .cbi-optionals {
2102 padding: 1rem 1rem 0 1rem;
2103 border-top: thin solid #ccc;
2104 }
2105
2106 .cbi-dropdown-container {
2107 position: relative;
2108 }
2109
2110 .cbi-tooltip-container,
2111 span[data-tooltip],
2112 span[data-tooltip] .label {
2113 cursor: help !important;
2114 }
2115
2116 .cbi-tooltip {
2117 position: absolute;
2118 z-index: 1000;
2119 left: -1000px;
2120 padding: 2px 5px;
2121 transition: opacity .25s ease-out;
2122 white-space: pre;
2123 pointer-events: none;
2124 opacity: 0;
2125 border-radius: 3px;
2126 background: #fff;
2127 box-shadow: 0 0 2px #444;
2128 }
2129
2130 .cbi-tooltip-container:hover .cbi-tooltip {
2131 left: auto;
2132 transition: opacity .25s ease-in;
2133 opacity: 1;
2134 }
2135
2136 .zonebadge .cbi-tooltip {
2137 margin: -1.5rem 0 0 -.5rem;
2138 padding: .25rem;
2139 background: inherit;
2140 }
2141
2142 .zonebadge-empty {
2143 color: #404040;
2144 background: repeating-linear-gradient(45deg, rgba(204, 204, 204, .5), rgba(204, 204, 204, .5) 5px, rgba(255, 255, 255, .5) 5px, rgba(255, 255, 255, .5) 10px);
2145 }
2146
2147 .zone-forwards {
2148 display: flex;
2149 min-width: 10rem;
2150 }
2151
2152 .zone-forwards > * {
2153 flex: 1 1 45%;
2154 }
2155
2156 .zone-forwards > span {
2157 flex-basis: 10%;
2158 padding: 0 .25rem;
2159 text-align: center;
2160 }
2161
2162 .zone-forwards .zone-src,
2163 .zone-forwards .zone-dest {
2164 display: flex;
2165 flex-direction: column;
2166 }
2167
2168 .label,
2169 [data-indicator] {
2170 font-size: .8rem;
2171 font-weight: bold;
2172 padding: .3rem .8rem;
2173 white-space: nowrap;
2174 text-decoration: none;
2175 text-transform: uppercase;
2176 color: #fff !important;
2177 border-radius: 3px;
2178 background-color: #bfbfbf;
2179 text-shadow: none;
2180 }
2181
2182 label > input[type="checkbox"],
2183 label > input[type="radio"] {
2184 margin-right: 0.8rem;
2185 }
2186
2187 label[data-index][data-depends] {
2188 padding-right: 2em;
2189 }
2190
2191 .showSide {
2192 display: none;
2193 }
2194
2195 .darkMask {
2196 position: fixed;
2197 z-index: 99;
2198 width: 100%;
2199 height: 100%;
2200 content: "";
2201 background-color: rgba(0, 0, 0, .56);
2202 transition: opacity 400ms, visibility 400ms;
2203 visibility: hidden;
2204 opacity: 0;
2205 }
2206
2207 /* diagnostics */
2208 #diag-rc-output > pre,
2209 #command-rc-output > pre,
2210 [data-page="admin-services-wol"] .notice code {
2211 font-size: 1.2rem;
2212 font-size-adjust: .35;
2213 line-height: normal;
2214 display: block;
2215 overflow-y: hidden;
2216 width: 100%;
2217 padding: 8.5px;
2218 white-space: pre;
2219 color: #eee;
2220 background-color: #101010;
2221 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
2222 }
2223
2224 [data-page="admin-network-diagnostics"] .table {
2225 box-shadow: none;
2226 }
2227
2228 input[name="ping"],
2229 input[name="traceroute"],
2230 input[name="nslookup"] {
2231 width: 80%;
2232 }
2233
2234 /* fix Main Login */
2235 .node-main-login > .main > .main-left {
2236 display: none;
2237 }
2238
2239 .node-main-login > .main > .main-right {
2240 width: 100%;
2241 }
2242
2243 .node-main-login > .main fieldset {
2244 display: inline;
2245 overflow: hidden;
2246 margin-bottom: 1rem;
2247 padding: .5rem;
2248 border: 0;
2249 background: none;
2250 box-shadow: none;
2251 }
2252
2253 .node-main-login > .main .cbi-value-title {
2254 width: 9.5rem;
2255 }
2256
2257 .node-main-login > .main #maincontent {
2258 text-align: center;
2259 }
2260
2261 .node-main-login > .main .container {
2262 display: inline-block;
2263 margin-top: 2rem !important;
2264 padding: 1rem 3.5rem 2rem;
2265 text-align: left;
2266 background-color: #fff;
2267 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
2268 }
2269
2270 .node-main-login > .main form > div:last-child {
2271 float: right;
2272 }
2273
2274 .node-main-login > .main .cbi-value {
2275 display: block;
2276 }
2277
2278 .node-main-login > .main .cbi-value > * {
2279 display: inline-block !important;
2280 }
2281
2282 .node-main-login > .main .cbi-input-text {
2283 width: 100% !important;
2284 min-width: 15rem;
2285 }
2286
2287 .node-main-login .cbi-section {
2288 box-shadow: none;
2289 }
2290
2291 @media screen and (min-height: 585px) {
2292 .node-main-login footer {
2293 position: absolute;
2294 bottom: 0;
2295 width: 100%;
2296 }
2297 }
2298
2299 /* fix status */
2300 .node-status-overview > .main fieldset:nth-child(4) .td:nth-child(2),
2301 .node-status-processes > .main .table .tr .td:nth-child(3) {
2302 white-space: normal;
2303 }
2304
2305 /* fix system reboot */
2306 [data-page="admin-system-reboot"] p {
2307 padding-left: 2rem;
2308 }
2309
2310 [data-page="admin-system-reboot"] p > span {
2311 position: relative;
2312 top: .1rem;
2313 left: 1rem;
2314 }
2315
2316 /* samba */
2317 #cbi-samba [data-tab="template"] .cbi-value-field {
2318 display: block;
2319 }
2320
2321 #cbi-samba [data-tab="template"] .cbi-value-title {
2322 width: auto;
2323 padding-bottom: .6rem;
2324 }
2325
2326 /* software */
2327 .controls > * > .btn:not([aria-label$="page"]) {
2328 flex-grow: initial !important;
2329 margin-top: .1rem;
2330 }
2331
2332 .controls > #pager > .btn[aria-label$="page"] {
2333 font-size: 1.4rem;
2334 font-weight: bold;
2335 }
2336
2337 .controls > * > label {
2338 margin-bottom: .2rem;
2339 }
2340
2341 .control-group {
2342 display: flex;
2343 flex-wrap: wrap;
2344 gap: 2px;
2345 }
2346
2347 [data-page="admin-system-opkg"] div.btn {
2348 line-height: 3;
2349 display: inline;
2350 padding: .3rem .6rem;
2351 }
2352
2353 [data-page^="admin-system-admin"]:not(.node-main-login) .cbi-map:not(#cbi-dropbear),
2354 [data-page="admin-system-opkg"] #maincontent > .container {
2355 margin-top: 2rem;
2356 padding-top: .1rem;
2357 }
2358
2359 [data-page="admin-system-opkg"] #maincontent > .container {
2360 margin: 2rem;
2361 margin-bottom: 1rem;
2362 }
2363
2364 .td.version,
2365 .td.size {
2366 white-space: normal !important;
2367 word-break: break-word;
2368 }
2369
2370 .cbi-tabmenu + .cbi-section {
2371 margin-top: 0;
2372 }
2373
2374 /* wireless overview */
2375 #cbi-wireless > #wifi_assoclist_table > .tr {
2376 box-shadow: inset 1px -1px 0 #ddd, inset -1px -1px 0 #ddd;
2377 }
2378
2379 #cbi-wireless > #wifi_assoclist_table > .tr.placeholder > .td {
2380 right: 33px;
2381 bottom: 33px;
2382 left: 33px;
2383 border-top: thin solid #ddd !important;
2384 }
2385
2386 #cbi-wireless > #wifi_assoclist_table > .tr.table-titles {
2387 box-shadow: inset 1px 0 0 #ddd, inset -1px 0 0 #ddd;
2388 }
2389
2390 #cbi-wireless > #wifi_assoclist_table > .tr.table-titles > .th {
2391 border-bottom: thin solid #ddd;
2392 box-shadow: 0 -1px 0 0 #ddd;
2393 }
2394
2395 #wifi_assoclist_table > .tr > .td[data-title="RX Rate / TX Rate"] {
2396 width: 23rem;
2397 }
2398
2399 /* firewall */
2400 #iptables {
2401 margin: 0;
2402 }
2403
2404 .Firewall form {
2405 margin: 2rem 2rem 0 0;
2406 padding: 0;
2407 box-shadow: none;
2408 }
2409
2410 #cbi-firewall-redirect table *,
2411 #cbi-network-switch_vlan table *,
2412 #cbi-firewall-zone table * {
2413 font-size: small;
2414 }
2415
2416 #cbi-firewall-redirect table input[type="text"],
2417 #cbi-network-switch_vlan table input[type="text"],
2418 #cbi-firewall-zone table input[type="text"] {
2419 width: 5rem;
2420 }
2421
2422 #cbi-firewall-redirect table select,
2423 #cbi-network-switch_vlan table select,
2424 #cbi-firewall-zone table select {
2425 min-width: 3.5rem;
2426 }
2427
2428 #cbi-network-switch_vlan .th,
2429 #cbi-network-switch_vlan .td {
2430 flex-basis: 12%;
2431 }
2432
2433 #cbi-firewall-zone .table,
2434 #cbi-network-switch_vlan .table {
2435 display: block;
2436 }
2437
2438 #cbi-firewall-zone .td,
2439 #cbi-network-switch_vlan .td {
2440 width: 100%;
2441 }
2442
2443 /* applyreboot fix */
2444 #applyreboot-container {
2445 margin: 2rem;
2446 }
2447
2448 #applyreboot-section {
2449 line-height: 300%;
2450 margin: 2rem;
2451 }
2452
2453 /* openvpn bug fix */
2454 .OpenVPN a {
2455 line-height: initial !important;
2456 }
2457
2458 /* custom commands */
2459 .commandbox {
2460 width: 24% !important;
2461 margin: 10px 0 0 10px !important;
2462 padding: .5rem 1rem;
2463 border-bottom: thin solid #ccc;
2464 background: #eee;
2465 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
2466 }
2467
2468 .commandbox h3 {
2469 line-height: normal !important;
2470 overflow: hidden;
2471 margin: 6px 0 !important;
2472 white-space: nowrap;
2473 text-overflow: ellipsis;
2474 }
2475
2476 .commandbox div {
2477 left: auto !important;
2478 }
2479
2480 .commandbox code {
2481 position: absolute;
2482 overflow: hidden;
2483 max-width: 60%;
2484 margin-left: 4px;
2485 padding: 2px 3px;
2486 white-space: nowrap;
2487 text-overflow: ellipsis;
2488 }
2489
2490 .commandbox code:hover {
2491 overflow-y: auto;
2492 max-height: 50px;
2493 white-space: normal;
2494 }
2495
2496 .commandbox p:first-of-type {
2497 margin-top: -6px;
2498 }
2499
2500 .commandbox p:nth-of-type(2) {
2501 margin-top: 2px;
2502 }
2503
2504 [data-page^="admin-system-commands"] .panel-title,
2505 [data-page^="command-cfg"] .mobile-hide,
2506 [data-page^="command-cfg"] .showSide {
2507 display: none;
2508 }
2509
2510 #command-rc-output .alert-message {
2511 line-height: 1.42857143;
2512 position: absolute;
2513 top: 40px;
2514 right: 32px;
2515 max-width: 40%;
2516 margin: 0;
2517 animation: anim-fade-in 1.5s forwards;
2518 word-break: break-word;
2519 opacity: 0;
2520 }
2521
2522 @keyframes anim-fade-in {
2523 100% {
2524 opacity: 1;
2525 }
2526 }
2527
2528 /* IE hacks */
2529 @media all and (-ms-high-contrast: none) {
2530 .main > .main-left > .nav > .slide > .menu::before {
2531 top: 30.25%;
2532 }
2533
2534 .main > .main-left > .nav > li:last-child::before {
2535 top: 20%;
2536 }
2537
2538 .showSide::before {
2539 top: -12px;
2540 }
2541 }
2542
2543 @media screen and (max-width: 1600px) {
2544 header > .fill > .container > #logo {
2545 margin: 0 2.5rem 0 .5rem;
2546 }
2547
2548 .main-left {
2549 width: calc(0% + 13rem);
2550 }
2551
2552 .main-right {
2553 width: calc(100% - 13rem);
2554 }
2555
2556 .btn:not(button),
2557 .cbi-button {
2558 font-size: .8rem;
2559 padding: .3rem .6rem;
2560 }
2561
2562 .label,
2563 [data-indicator] {
2564 padding: .2rem .6rem;
2565 }
2566
2567 fieldset,
2568 .cbi-section {
2569 padding: 1rem;
2570 }
2571
2572 .cbi-value-title {
2573 width: 15rem;
2574 padding-right: .6rem;
2575 }
2576
2577 .cbi-value-field .cbi-dropdown,
2578 .cbi-value-field .cbi-input-select,
2579 .cbi-value input[type="text"],
2580 .cbi-value input[type="password"] {
2581 min-width: 22rem;
2582 }
2583
2584 #cbi-firewall-zone .cbi-input-select {
2585 min-width: 9rem;
2586 }
2587
2588 .cbi-input-textarea {
2589 font-size: small;
2590 }
2591
2592 .node-admin-status > .main fieldset li > a {
2593 padding: .3rem .6rem;
2594 }
2595 }
2596
2597 @media screen and (max-width: 1366px) {
2598 header {
2599 height: 3.5rem;
2600 }
2601
2602 header > .fill > .container {
2603 margin-top: .25rem;
2604 cursor: default;
2605 }
2606
2607 .main {
2608 top: 3.5rem;
2609 height: calc(100% - 3.5rem);
2610 }
2611
2612 .main-left {
2613 top: 3.5rem;
2614 width: calc(0% + 13rem);
2615 height: calc(100% - 3.5rem);
2616 }
2617
2618 .main-right {
2619 width: calc(100% - 13rem);
2620 }
2621
2622 .tabs > li > a,
2623 .cbi-tabmenu > li > a {
2624 padding: .2rem .5rem;
2625 }
2626
2627 .cbi-section > h3:first-child,
2628 .panel-title {
2629 font-size: 1.1rem;
2630 padding-bottom: 1rem;
2631 }
2632
2633 table {
2634 font-size: .7rem !important;
2635 width: 100% !important;
2636 }
2637
2638 .table .cbi-input-text {
2639 width: 100%;
2640 }
2641
2642 .cbi-value-field .cbi-dropdown,
2643 .cbi-value-field .cbi-input-select,
2644 .cbi-value input[type="text"],
2645 .cbi-value input[type="password"] {
2646 min-width: 19rem;
2647 }
2648
2649 #cbi-firewall-zone .cbi-input-select {
2650 min-width: 4rem;
2651 }
2652
2653 .main > .main-left > .nav > li,
2654 .main > .main-left > .nav > li a,
2655 .main > .main-left > .nav > .slide > .menu,
2656 .main > .main-left > .nav > li > [data-title] {
2657 font-size: .9rem;
2658 }
2659
2660 .main > .main-left > .nav > .slide > .slide-menu > li > a {
2661 font-size: .7rem;
2662 }
2663
2664 #modal_overlay {
2665 top: 3.5rem;
2666 }
2667
2668 [data-page="admin-network-firewall-forwards"] .table:not(.cbi-section-table) {
2669 display: block;
2670 }
2671
2672 [data-page="admin-network-firewall-forwards"] .table:not(.cbi-section-table),
2673 [data-page="admin-network-firewall-rules"] .table:not(.cbi-section-table),
2674 [data-page="admin-network-hosts"] .table,
2675 [data-page="admin-network-routes"] .table {
2676 overflow-y: visible;
2677 }
2678
2679 .commandbox {
2680 width: 32% !important;
2681 }
2682 }
2683
2684 @media screen and (max-width: 1152px) {
2685 header > .fill > .container > #logo {
2686 display: none;
2687 }
2688
2689 header > .fill > .container > .brand {
2690 position: relative;
2691 }
2692
2693 html,
2694 .main {
2695 overflow-y: visible;
2696 }
2697
2698 .main > .loading > span {
2699 top: 25%;
2700 }
2701
2702 .main-left {
2703 position: fixed;
2704 z-index: 100;
2705 visibility: hidden;
2706 }
2707
2708 .main-right {
2709 width: 100%;
2710 }
2711
2712 .showSide {
2713 position: relative;
2714 top: .18rem;
2715 display: inline-flex;
2716 align-items: center;
2717 width: 1.6rem;
2718 height: 1.6rem;
2719 margin-right: .7rem;
2720 cursor: pointer;
2721 }
2722
2723 .showSide::before {
2724 position: absolute;
2725 left: 1px;
2726 width: 24px;
2727 height: 24px;
2728 content: "";
2729 background: url(./icons/menu.svg) no-repeat center;
2730 }
2731
2732 body:not(.logged-in) .showSide {
2733 visibility: hidden;
2734 width: 0;
2735 margin: 0;
2736 }
2737
2738 .node-main-login > .main .cbi-value-title {
2739 text-align: left;
2740 }
2741
2742 .cbi-value-title {
2743 width: 12rem;
2744 padding-right: 1rem;
2745 }
2746
2747 .cbi-value-field .cbi-dropdown,
2748 .cbi-value-field .cbi-input-select,
2749 .cbi-value input[type="text"] {
2750 width: 16rem;
2751 min-width: 16rem;
2752 }
2753
2754 .cbi-value input[type="password"],
2755 .cbi-value input[name^="pw"],
2756 .cbi-value input[data-update="change"]:nth-child(2) {
2757 width: 13rem !important;
2758 min-width: 13rem;
2759 }
2760
2761 #diag-rc-output > pre,
2762 #command-rc-output > pre,
2763 [data-page="admin-services-wol"] .notice code {
2764 font-size: 1rem;
2765 }
2766
2767 .table {
2768 display: block;
2769 }
2770
2771 .Interfaces .table {
2772 overflow-x: hidden;
2773 }
2774
2775 #packages.table {
2776 display: grid;
2777 }
2778
2779 .tr {
2780 display: flex;
2781 flex-direction: row;
2782 flex-wrap: wrap;
2783 }
2784
2785 .Overview .table[width="100%"] > .tr {
2786 flex-wrap: nowrap;
2787 }
2788
2789 .tr.placeholder {
2790 border-bottom: thin solid #ddd;
2791 }
2792
2793 .tr.placeholder > .td,
2794 #cbi-firewall .tr > .td,
2795 #cbi-network .tr:nth-child(2) > .td,
2796 .cbi-section #wifi_assoclist_table .tr > .td {
2797 border-top: 0;
2798 }
2799
2800 .th,
2801 .td {
2802 display: inline-block;
2803 align-self: flex-start;
2804 flex: 2 2 25%;
2805 text-overflow: ellipsis;
2806 word-wrap: break-word;
2807 }
2808
2809 .td select,
2810 .td input[type="text"] {
2811 width: 100%;
2812 word-wrap: normal;
2813 }
2814
2815 .td [data-dynlist] > input,
2816 .td input.cbi-input-password {
2817 width: calc(100% - 1.5rem);
2818 }
2819
2820 .td[data-type="button"],
2821 .td[data-type="fvalue"] {
2822 flex: 1 1 12.5%;
2823 text-align: left;
2824 }
2825
2826 .th.cbi-value-field,
2827 .td.cbi-value-field,
2828 .th.cbi-section-table-cell,
2829 .td.cbi-section-table-cell {
2830 flex-basis: auto;
2831 padding-top: 1rem;
2832 }
2833
2834 .cbi-section-table-row {
2835 display: flex;
2836 flex-direction: row;
2837 flex-wrap: wrap;
2838 justify-content: space-between;
2839 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
2840 }
2841
2842 .td.cbi-value-field,
2843 .cbi-section-table-cell {
2844 display: inline-block;
2845 flex: 10 10 auto;
2846 flex-basis: 50%;
2847 text-align: center;
2848 }
2849
2850 .td.cbi-section-actions {
2851 vertical-align: bottom;
2852 }
2853
2854 .tr.table-titles,
2855 .tr.cbi-section-table-titles,
2856 .tr.cbi-section-table-descr {
2857 display: none;
2858 }
2859
2860 .tr[data-title]::before,
2861 .tr.cbi-section-table-titles.named::before {
2862 font-size: .9rem;
2863 display: block;
2864 flex: 1 1 100%;
2865 border-bottom: thin solid rgba(0, 0, 0, .26);
2866 background: #90c0e0;
2867 }
2868
2869 .td[data-title],
2870 [data-page^="admin-status-realtime"] .td[id] {
2871 text-align: left;
2872 }
2873
2874 .td[data-title]::before {
2875 display: block;
2876 }
2877
2878 .cbi-button + .cbi-button {
2879 margin-left: 0;
2880 }
2881
2882 .td.cbi-section-actions > * > *,
2883 .td.cbi-section-actions > * > form > * {
2884 margin: 2.1px 3px;
2885 }
2886
2887 .Firewall form {
2888 position: static !important;
2889 margin: 0 0 2rem 0;
2890 padding: 2rem;
2891 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 2px 0 rgba(0, 0, 0, .12);
2892 }
2893
2894 .Firewall form input {
2895 width: 100% !important;
2896 margin: 0;
2897 margin-top: 1rem;
2898 }
2899
2900 .Firewall .center,
2901 .Firewall .center::before {
2902 text-align: left !important;
2903 }
2904
2905 .commandbox {
2906 width: 100% !important;
2907 margin-left: 0 !important;
2908 }
2909 }
2910
2911 @media screen and (max-width: 600px) {
2912 body {
2913 font-size: .8rem;
2914 }
2915
2916 .cbi-progressbar::after {
2917 font-size: .95em;
2918 line-height: 1.5;
2919 }
2920
2921 fieldset,
2922 .cbi-section {
2923 margin: 1rem 0 0 0;
2924 }
2925
2926 .tabs {
2927 margin: 0 -1rem;
2928 }
2929
2930 #maincontent > .container {
2931 margin: 0 .5rem 1.5rem .5rem;
2932 }
2933
2934 .main > .main-left > .nav > .slide > .menu,
2935 .main > .main-left > .nav > li > [data-title] {
2936 font-size: 1.2rem;
2937 }
2938
2939 .main > .main-left > .nav > .slide > .slide-menu > li > a {
2940 font-size: 1rem;
2941 }
2942
2943 .cbi-value-title {
2944 display: block;
2945 min-width: 0 !important;
2946 margin: .5rem 0;
2947 text-align: left;
2948 }
2949
2950 .cbi-value-title,
2951 .cbi-value-description,
2952 .cbi-value-field,
2953 .cbi-value-field .cbi-dropdown,
2954 .cbi-value-field .cbi-input-select,
2955 .cbi-value input[type="text"] {
2956 width: 100%;
2957 }
2958
2959 .cbi-value > .cbi-value-field {
2960 display: inline-block;
2961 }
2962
2963 .tabs > li > a,
2964 .cbi-tabmenu > li > a {
2965 font-size: .9rem;
2966 padding: .2rem .3rem;
2967 }
2968
2969 .cbi-page-actions > div > input {
2970 display: none;
2971 }
2972
2973 .cbi-page-actions > .cbi-button {
2974 margin-top: .2rem;
2975 }
2976
2977 .node-main-login > .main .container {
2978 margin: 2rem 1.2rem 1.5rem 1.2rem !important;
2979 padding: .3rem 1.7rem 2rem 1.6rem;
2980 }
2981
2982 .node-main-login > .main .cbi-value {
2983 padding: 0;
2984 }
2985
2986 .node-main-login > .main form > div:last-child {
2987 margin-top: 2rem;
2988 }
2989
2990 .node-main-login > .main .cbi-value-title {
2991 font-size: 1.2rem;
2992 width: 100% !important;
2993 }
2994
2995 .node-main-login > .main fieldset {
2996 margin: 0;
2997 padding: .5rem;
2998 }
2999
3000 .commandbox p:first-of-type {
3001 margin-top: -8px;
3002 }
3003
3004 #syslog,
3005 #diag-rc-output > pre,
3006 #command-rc-output > pre,
3007 [data-page="admin-services-wol"] .notice code {
3008 font-size: .8rem !important;
3009 }
3010
3011 h2 {
3012 font-size: 2rem;
3013 }
3014
3015 .tabs > li > a {
3016 font-size: .9rem;
3017 }
3018
3019 select,
3020 input {
3021 font-size: .9rem;
3022 }
3023
3024 code {
3025 font-size: .8rem;
3026 }
3027
3028 .mobile-hide {
3029 display: none;
3030 }
3031
3032 .cbi-section > h3:first-child,
3033 .panel-title {
3034 font-size: 1.4rem;
3035 padding-bottom: 1rem;
3036 }
3037
3038 .node-system-packages > .main .cbi-value.cbi-value-last > div {
3039 width: 100% !important;
3040 }
3041
3042 .node-system-packages > .main .cbi-value .cbi-value-field input {
3043 width: 100%;
3044 }
3045
3046 .th,
3047 .td {
3048 flex-basis: 50%;
3049 }
3050
3051 .td.cbi-value-field {
3052 flex-basis: 100%;
3053 }
3054
3055 .td.cbi-value-field[data-type="button"],
3056 .td.cbi-value-field[data-type="fvalue"] {
3057 flex-basis: 25%;
3058 text-align: left;
3059 }
3060
3061 .tr[data-title]::before,
3062 .tr.cbi-section-table-titles.named::before {
3063 font-size: 1rem;
3064 }
3065
3066 td > .ifacebadge,
3067 .td > .ifacebadge {
3068 font-size: .62rem;
3069 }
3070
3071 #cbi-wireless > #wifi_assoclist_table .td {
3072 overflow: hidden;
3073 }
3074
3075 #cbi-wireless > .cbi-section-node .td,
3076 .Interfaces .td.cbi-section-actions {
3077 text-align: center !important;
3078 }
3079
3080 [data-page="admin-status-processes"] .td[data-title="Hang Up"]::before,
3081 [data-page="admin-status-processes"] .td[data-title="Terminate"]::before,
3082 [data-page="admin-status-processes"] .td[data-title="Kill"]::before {
3083 display: none;
3084 }
3085
3086 .hide-sm,
3087 .hide-xs:not([data-title="MAC-Address"]) {
3088 display: none;
3089 }
3090
3091 .cbi-modal {
3092 padding: .5rem;
3093 }
3094
3095 .cbi-modal .cbi-value {
3096 padding: 0 0 .25rem 0;
3097 }
3098
3099 .cbi-modal [data-tab-title] {
3100 padding: 0 .25rem !important;
3101 }
3102
3103 [data-tab-title] {
3104 padding: 0 .5rem !important;
3105 }
3106 }
3107
3108 @media screen and (min-width: 600px) {
3109 ::-webkit-scrollbar {
3110 width: 10px;
3111 height: 10px;
3112 }
3113
3114 ::-webkit-scrollbar,
3115 ::-webkit-scrollbar-corner {
3116 background: transparent;
3117 }
3118
3119 ::-webkit-scrollbar-thumb {
3120 background: #9e9e9e;
3121 }
3122
3123 ::-webkit-scrollbar-thumb:hover {
3124 background: #757575;
3125 }
3126
3127 ::-webkit-scrollbar-thumb:active {
3128 background: #424242;
3129 }
3130 }