.table {
width: 100%;
border-radius: 20px;
- overflow: hidden;
}
.table > .tbody > .tr > .td,
.cbi-section .table .tr.table-titles {
background-color: #eee;
}
-
-.cbi-section .table .cbi-section-table-titles {
- background-color: #e0e0e0;
+.table .tr:first-child .td:first-child,
+.table .tr:first-child::before,
+.table .tr:first-child .th:first-child {
+ border-top-left-radius: 10px;
}
-
-.table .tr.cbi-rowstyle-1:nth-child(n),
-.table .tr:nth-child(n) {
- background-color: #f9f9f9;
+.table .tr:first-child .td:last-child,
+.table .tr:first-child .th:last-child {
+ border-top-right-radius: 10px;
+}
+.table .tr:last-child .td:first-child,
+.table .tr:last-child::before {
+ border-bottom-left-radius: 10px;
+}
+.table .tr:last-child .td:last-child {
+ border-bottom-right-radius: 10px;
+}
+.table .tr.placeholder:last-child {
+ background-color: transparent;
}
-.table .tr:nth-child(2n) {
- background-color: #fff;
+.cbi-section .table .cbi-section-table-titles {
+ background-color: #e0e0e0;
}
/* fix progress bar */
}
.container .cbi-map .cbi-tabmenu + div {
+ border-radius: 0;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
overflow: hidden;
}
/* fix status processes */
-
.node-status-processes > .main .table .tr .td:nth-child(3) {
white-space: normal;
}
margin-left: 0;
}
-.node-system-flashops .cbi-tabmenu {
+.lang_zh-cnBackup .cbi-tabmenu {
margin-bottom: 1rem;
}
border-bottom-right-radius: 50px;
}
+.node-main-login input.cbi-input-text {
+ box-shadow: 0 0 0 1000px white inset;
+}
+
/* Interface after login */
.logged-in {
min-width: 25rem;
}
}
-
-input.cbi-input-text {
- box-shadow: 0 0 0 1000px white inset;
-}