CSS table row hovering

This commit is contained in:
cgfhtw
2023-10-10 13:08:43 +02:00
parent 17d5cff178
commit c5b246dc8e
+4
View File
@@ -88,6 +88,10 @@ h6, .h6 {
.fhc-container .tabulator .tabulator-row.tabulator-row-even .tabulator-cell {
background-color: #f2f2f2;
}
.fhc-container .tabulator .tabulator-row.tabulator-selectable:hover .tabulator-frozen,
.fhc-container .tabulator .tabulator-row.tabulator-selectable:hover .tabulator-cell {
background-color: #ececec;
}
.fhc-container .tabulator .tabulator-col,
.fhc-container .tabulator .tabulator-cell {