oldbackup / static /TranslationTable.css
bsjghee001's picture
Duplicate from FYP-S1-21/Refineverse_Plugin
147da27
#translation-table {
width: 100%;
}
#translation-table th,
#translation-table td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
#translation-table th:first-child {
border-left: none;
}
#translation-table th:last-child {
border-right: none;
}
#translation-table th:not(:first-child) {
border-left: none;
border-right: none;
}
#translation-table th div {
border-bottom: 1px solid #ddd;
padding: 8px;
}
#translation-table td div {
padding: 8px;
}
#translation-table thead th {
background-color: #f2f2f2;
}
#translation-table tbody tr:nth-child(even) {
background-color: #f2f2f2;
}
#translation-table tbody tr:hover {
background-color: #ddd;
}