ui: Add box-shadow to table items on hover
This commit is contained in:
parent
411fb2e25c
commit
bc1c3d71bf
|
@ -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…
Reference in New Issue