You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
260 B
19 lines
260 B
tr.logs-table-row {
|
|
td {
|
|
padding: 0.25em 1ch;
|
|
text-align: center;
|
|
border-bottom: 1px solid rgba(51, 51, 51, 0.5);
|
|
|
|
a {
|
|
color: inherit;
|
|
}
|
|
}
|
|
|
|
td.expand {
|
|
width: 2%;
|
|
}
|
|
|
|
td.channel, td.date, td.event {
|
|
width: 12%;
|
|
}
|
|
}
|