Now every row is highlighted and a link is clickable along whole cell.
This commit is contained in:
parent
9622b18305
commit
88b0c0b0b2
@ -99,23 +99,29 @@ nav h1 {
|
|||||||
|
|
||||||
section { margin-top: 1rem; }
|
section { margin-top: 1rem; }
|
||||||
|
|
||||||
#files table { overflow-y: scroll; width: 100%; }
|
table { overflow-y: scroll; width: 100%; }
|
||||||
|
|
||||||
#files table tr { vertical-align: top; }
|
tr { vertical-align: top; }
|
||||||
|
|
||||||
#files table th { text-align: left; }
|
td a { display: block; width: 100%; }
|
||||||
|
|
||||||
#files table th,
|
tr:hover { background-color: var(--primary-color); color: white; }
|
||||||
#files table td { line-break: strict; }
|
|
||||||
|
|
||||||
#files table th:nth-child(2),
|
tr:hover a { color: white; }
|
||||||
#files table th:last-child { width: 1%; white-space: nowrap; }
|
|
||||||
|
|
||||||
#files table td:nth-child(2),
|
th { text-align: left; }
|
||||||
#files table td:last-child { white-space: nowrap; }
|
|
||||||
|
|
||||||
#files table th:nth-child(2),
|
th,
|
||||||
#files table td:nth-child(2) { padding: 0 1rem; }
|
td { line-break: strict; }
|
||||||
|
|
||||||
|
th:nth-child(2),
|
||||||
|
th:last-child { width: 1%; white-space: nowrap; }
|
||||||
|
|
||||||
|
td:nth-child(2),
|
||||||
|
td:last-child { white-space: nowrap; }
|
||||||
|
|
||||||
|
th:nth-child(2),
|
||||||
|
td:nth-child(2) { padding: 0 1rem; }
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user