mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 06:29:03 -06:00
Refactor CSS to apply hover background color to table rows
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
html {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.table tbody tr {
|
||||
@apply hover:bg-base-200;
|
||||
}
|
||||
Reference in New Issue
Block a user