1
0
mirror of https://github.com/restic/restic.git synced 2024-06-25 07:47:44 +02:00
restic/internal/server/assets/style.css
Alexander Neumann 8a5ac6dc13 Rework server
2024-04-25 21:40:46 +02:00

40 lines
454 B
CSS

h1,
h2,
h3 {
text-align: center;
margin: 0.5em;
}
table {
margin: 0 auto;
border-collapse: collapse;
}
thead th {
text-align: left;
font-weight: bold;
}
tbody.content tr:hover {
background: #eee;
}
tbody.content a.file:before {
content: '\1F4C4'
}
tbody.content a.dir:before {
content: '\1F4C1'
}
tbody.actions td {
padding: .5em;
}
table,
td,
tr,
th {
border: 1px solid black;
padding: .1em .5em;
}