ui: Add box-shadow to table items on hover

This commit is contained in:
Kenia 2020-02-19 14:33:53 -05:00 committed by John Cowen
parent aea3d00a9d
commit 95031f9f90

View File

@ -43,6 +43,10 @@ table:not(.sessions) tbody tr {
table:not(.sessions) td:first-child { table:not(.sessions) td:first-child {
padding: 0; padding: 0;
} }
table:not(.sessions) tbody tr:hover {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* Header Tooltips/Icon*/ /* Header Tooltips/Icon*/
th { th {
overflow: visible; overflow: visible;