Fix filtered stripped tables
This commit is contained in:
@@ -282,7 +282,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui.striped.table > tbody > tr:nth-child(2n), .ui.striped.table > tr:nth-child(2n) {
|
.ui.striped.table > tbody > tr:nth-child(2n), .ui.striped.table > tr:nth-child(2n) {
|
||||||
background-color: rgba(0,0,50,.1)
|
background-color: inherit;
|
||||||
|
//background-color: rgba(0,0,50,.1)
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.striped.table > tbody > tr:nth-child(2n of :not(.filtered)), .ui.striped.table > tr:nth-child(2n of :not(.filtered)) {
|
||||||
|
background-color: rgba(0, 0, 50, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-actions {
|
.form-actions {
|
||||||
|
Reference in New Issue
Block a user