Table component further styling
This commit is contained in:
parent
579947a942
commit
1d8aa90db6
@ -44,6 +44,7 @@ table {
|
|||||||
display: block;
|
display: block;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
// FIXME
|
||||||
thead {
|
thead {
|
||||||
position: -webkit-sticky;
|
position: -webkit-sticky;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
@ -62,26 +63,16 @@ table {
|
|||||||
|
|
||||||
tr {
|
tr {
|
||||||
height: 51px;
|
height: 51px;
|
||||||
background-color: var(--color-background-dark);
|
background-color: var(--color-background-light);
|
||||||
|
|
||||||
td.filename .nametext .innernametext {
|
tr:hover, tr:focus, tr.mouseOver td {
|
||||||
color: var(--color-text-maxcontrast);
|
|
||||||
}
|
|
||||||
|
|
||||||
tr:hover, tr:focus, tr:hover .filename form, tr.mouseOver td {
|
|
||||||
background-color: var(--color-background-hover);
|
background-color: var(--color-background-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:active, tr.highlighted, tr.highlighted .name:focus, tr.selected,
|
|
||||||
tr.searchresult {
|
|
||||||
background-color: var(--color-primary-light);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a { color: var(--color-main-text); }
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table th, table th a {
|
table th, table th a {
|
||||||
|
@ -41,6 +41,10 @@ tr td:first-child {
|
|||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.filenameColumn .innernametext {
|
||||||
|
color: var(--color-main-text);
|
||||||
|
}
|
||||||
|
|
||||||
.stationIcon {
|
.stationIcon {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
Loading…
Reference in New Issue
Block a user