|
@@ -61,7 +61,6 @@
|
|
overflow-x: auto;
|
|
overflow-x: auto;
|
|
width: 100%;
|
|
width: 100%;
|
|
table-layout: fixed;
|
|
table-layout: fixed;
|
|
- border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
border-spacing: 0;
|
|
background-color: #222;
|
|
background-color: #222;
|
|
position: relative;
|
|
position: relative;
|
|
@@ -123,16 +122,18 @@
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
background-color: #333;
|
|
background-color: #333;
|
|
border-left: none;
|
|
border-left: none;
|
|
|
|
+ border-bottom: 1px solid #444;
|
|
}
|
|
}
|
|
.cdb .cdb-sheet tr.head td.start {
|
|
.cdb .cdb-sheet tr.head td.start {
|
|
cursor: nw-resize;
|
|
cursor: nw-resize;
|
|
}
|
|
}
|
|
.cdb .cdb-sheet tr.separator {
|
|
.cdb .cdb-sheet tr.separator {
|
|
|
|
+ --level: 0;
|
|
height: 10px;
|
|
height: 10px;
|
|
}
|
|
}
|
|
.cdb .cdb-sheet tr.separator td {
|
|
.cdb .cdb-sheet tr.separator td {
|
|
position: sticky;
|
|
position: sticky;
|
|
- top: 19px;
|
|
|
|
|
|
+ top: 21px;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
border-left: none;
|
|
border-left: none;
|
|
padding-top: 6px;
|
|
padding-top: 6px;
|
|
@@ -148,41 +149,11 @@
|
|
.cdb .cdb-sheet tr.separator td .toggle:hover {
|
|
.cdb .cdb-sheet tr.separator td .toggle:hover {
|
|
color: #ccc;
|
|
color: #ccc;
|
|
}
|
|
}
|
|
-.cdb .cdb-sheet tr.separator.seplevel-1 td {
|
|
|
|
- background-color: #3d3d3d;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-1 td .toggle {
|
|
|
|
- padding-left: 25px;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-2 td {
|
|
|
|
- background-color: #383838;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-2 td .toggle {
|
|
|
|
- padding-left: 40px;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-3 td {
|
|
|
|
- background-color: #343434;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-3 td .toggle {
|
|
|
|
- padding-left: 50px;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-4 td {
|
|
|
|
- background-color: #303030;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-4 td .toggle {
|
|
|
|
- padding-left: 60px;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-5 td {
|
|
|
|
- background-color: #303030;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-5 td .toggle {
|
|
|
|
- padding-left: 70px;
|
|
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr.separator.seplevel-6 td {
|
|
|
|
- background-color: #303030;
|
|
|
|
|
|
+.cdb .cdb-sheet tr.separator td {
|
|
|
|
+ background-color: #NaNNaNNaN;
|
|
}
|
|
}
|
|
-.cdb .cdb-sheet tr.separator.seplevel-6 td .toggle {
|
|
|
|
- padding-left: 80px;
|
|
|
|
|
|
+.cdb .cdb-sheet tr.separator td .toggle {
|
|
|
|
+ padding-left: calc(25px + var(--level) * 20px);
|
|
}
|
|
}
|
|
.cdb .cdb-sheet tr.locIgnored {
|
|
.cdb .cdb-sheet tr.locIgnored {
|
|
background-color: #221C1C;
|
|
background-color: #221C1C;
|
|
@@ -238,18 +209,25 @@
|
|
.cdb .cdb-sheet tr.clickable:hover {
|
|
.cdb .cdb-sheet tr.clickable:hover {
|
|
background-color: #f8f8f8;
|
|
background-color: #f8f8f8;
|
|
}
|
|
}
|
|
|
|
+.cdb .cdb-sheet thead.head {
|
|
|
|
+ background-color: #2A2A2A;
|
|
|
|
+ z-index: 9;
|
|
|
|
+}
|
|
.cdb .cdb-sheet:not(.cdb-sub-sheet) > thead.head {
|
|
.cdb .cdb-sheet:not(.cdb-sub-sheet) > thead.head {
|
|
position: sticky;
|
|
position: sticky;
|
|
top: 0;
|
|
top: 0;
|
|
}
|
|
}
|
|
|
|
+.cdb .cdb-sheet .cdb-sub-sheet > thead.head {
|
|
|
|
+ top: 21px;
|
|
|
|
+ z-index: 10;
|
|
|
|
+}
|
|
.cdb .cdb-sheet tr.head,
|
|
.cdb .cdb-sheet tr.head,
|
|
.cdb .cdb-sheet th {
|
|
.cdb .cdb-sheet th {
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
text-align: center;
|
|
padding: 1px 10px 4px 10px;
|
|
padding: 1px 10px 4px 10px;
|
|
- box-shadow: inset 0px -1px 1px #666;
|
|
|
|
- border-left: 1px solid #444;
|
|
|
|
- background-color: #222;
|
|
|
|
|
|
+ border-left: 1px solid #666;
|
|
|
|
+ border-bottom: 1px solid #666;
|
|
color: #ddd;
|
|
color: #ddd;
|
|
width: auto;
|
|
width: auto;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
@@ -263,8 +241,6 @@
|
|
.cdb .cdb-sheet td {
|
|
.cdb .cdb-sheet td {
|
|
user-select: none;
|
|
user-select: none;
|
|
border-left: 1px solid #444;
|
|
border-left: 1px solid #444;
|
|
-}
|
|
|
|
-.cdb .cdb-sheet tr {
|
|
|
|
border-bottom: 1px solid #333;
|
|
border-bottom: 1px solid #333;
|
|
}
|
|
}
|
|
.cdb .cdb-sheet tr.validation-error td {
|
|
.cdb .cdb-sheet tr.validation-error td {
|
|
@@ -397,7 +373,6 @@
|
|
outline: 1px solid black;
|
|
outline: 1px solid black;
|
|
}
|
|
}
|
|
.cdb .cdb-sheet td.t_flags {
|
|
.cdb .cdb-sheet td.t_flags {
|
|
- position: relative;
|
|
|
|
overflow: visible;
|
|
overflow: visible;
|
|
}
|
|
}
|
|
.cdb .cdb-sheet td.t_ref,
|
|
.cdb .cdb-sheet td.t_ref,
|