anpassung matrix, impressum
This commit is contained in:
@@ -301,6 +301,7 @@ input[type="checkbox"] {
|
||||
border: 1px solid var(--color-border);
|
||||
padding: 0.75rem;
|
||||
text-align: left;
|
||||
transition: background-color 0.2s ease, border-color 0.2s ease;
|
||||
}
|
||||
|
||||
.matrix-table th {
|
||||
@@ -322,6 +323,46 @@ input[type="checkbox"] {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Matrix Highlighting */
|
||||
.matrix-table tr.highlight-row th,
|
||||
.matrix-table tr.highlight-row td {
|
||||
background-color: rgba(37, 99, 235, 0.08);
|
||||
border-color: rgba(37, 99, 235, 0.2);
|
||||
}
|
||||
|
||||
.matrix-table th.highlight-column,
|
||||
.matrix-table td.highlight-column {
|
||||
background-color: rgba(37, 99, 235, 0.08);
|
||||
border-color: rgba(37, 99, 235, 0.2);
|
||||
}
|
||||
|
||||
.matrix-table tr.highlight-row th.highlight-column,
|
||||
.matrix-table tr.highlight-row td.highlight-column {
|
||||
background-color: rgba(37, 99, 235, 0.15);
|
||||
border-color: rgba(37, 99, 235, 0.4);
|
||||
box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.3);
|
||||
}
|
||||
|
||||
/* Dark theme adjustments */
|
||||
[data-theme="dark"] .matrix-table tr.highlight-row th,
|
||||
[data-theme="dark"] .matrix-table tr.highlight-row td {
|
||||
background-color: rgba(59, 130, 246, 0.12);
|
||||
border-color: rgba(59, 130, 246, 0.3);
|
||||
}
|
||||
|
||||
[data-theme="dark"] .matrix-table th.highlight-column,
|
||||
[data-theme="dark"] .matrix-table td.highlight-column {
|
||||
background-color: rgba(59, 130, 246, 0.12);
|
||||
border-color: rgba(59, 130, 246, 0.3);
|
||||
}
|
||||
|
||||
[data-theme="dark"] .matrix-table tr.highlight-row th.highlight-column,
|
||||
[data-theme="dark"] .matrix-table tr.highlight-row td.highlight-column {
|
||||
background-color: rgba(59, 130, 246, 0.2);
|
||||
border-color: rgba(59, 130, 246, 0.5);
|
||||
box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.4);
|
||||
}
|
||||
|
||||
.tool-chip {
|
||||
display: inline-block;
|
||||
padding: 0.25rem 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user