HowardZhangdqs's picture
fix: update paper title link and button styles in interface
33174dd
raw
history blame
785 Bytes
.paper-table {
width: 100%;
border-collapse: collapse;
}
.paper-table td {
padding: 12px;
border-bottom: 1px solid #ddd;
}
.paper-table th {
font-weight: bold;
background: #f9f9f920;
}
.paper-table tr:hover {
background: #f9f9f920;
}
.paper-table tbody {
max-width: 400px;
}
.paper-title {
color: var(--body-text-color);
cursor: pointer;
text-decoration: none !important;
}
.paper-title:hover {
text-decoration: underline !important;
}
.paper-table td:nth-child(2),
.paper-table td:nth-child(3),
.paper-table td:nth-child(4),
.paper-table td:nth-child(5) {
text-align: center;
}
.paper-table th:nth-child(2),
.paper-table th:nth-child(3),
.paper-table th:nth-child(4),
.paper-table th:nth-child(5) {
text-align: center;
}