ui: Add box-shadow to table items on hover

pull/7857/head
Kenia 5 years ago committed by John Cowen
parent aea3d00a9d
commit 95031f9f90

@ -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;

Loading…
Cancel
Save