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 411fb2e25c
commit bc1c3d71bf
1 changed files with 4 additions and 0 deletions

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;