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