cleanup table styling

This commit is contained in:
Jonas Heinrich 2020-11-08 09:14:50 +01:00
parent 347ca25c1d
commit 9428cf582e

View File

@ -135,6 +135,10 @@ table {
}
tr td * {
cursor: pointer;
}
tr.selected {
background-color: var(--color-primary-light);
}
@ -155,11 +159,6 @@ table {
cursor: pointer;
}
.stationIcon {
cursor: pointer;
pointer-events: none;
}
.icon-starred {
background-image: var(--icon-star-dark-fc0);
background-size: 16px 16px;
@ -167,13 +166,12 @@ table {
background-position: center;
min-width: 16px;
min-height: 16px;
cursor: pointer;
pointer-events: none;
right: -7px;
top: -38px;
margin-bottom: -38px;
float: right;
position: relative;
pointer-events: none;
}
}