mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Tabellenmuster gefixt (nopattern-class)
This commit is contained in:
@@ -337,15 +337,15 @@ table tr.clickable {
|
||||
|
||||
table tr.clickable:hover,
|
||||
table tr.clickable:focus {
|
||||
background-color: var(--bg-tertiary);
|
||||
background-color: var(--bg-tertiary) !important;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
table tbody tr:nth-child(odd) {
|
||||
table tbody tr:nth-child(odd), table.nopattern tbody tr {
|
||||
background-color: var(--bg-primary);
|
||||
}
|
||||
|
||||
table tbody tr:nth-child(even) {
|
||||
table:not(.nopattern) tbody tr:nth-child(even), table tbody tr.explicit-pattern {
|
||||
background-color: var(--bg-secondary);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user