mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
add different bg color for work schedule table rows
This commit is contained in:
@@ -142,6 +142,14 @@ nav ul li a.active {
|
|||||||
border-bottom: 1px solid var(--blender-tab-outline, var(--border-color));
|
border-bottom: 1px solid var(--blender-tab-outline, var(--border-color));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-description tr:nth-child(even) {
|
||||||
|
background-color: var(--blender-even-row);
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-description tr:nth-child(odd) {
|
||||||
|
background-color: var(--blender-odd-row);
|
||||||
|
}
|
||||||
|
|
||||||
#toggle-theme {
|
#toggle-theme {
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user