2 lines
624 B
CSS
2 lines
624 B
CSS
.table-wrap{overflow-x:auto;border:1px solid #55595b;border-radius:14px}.classifiers-table{width:100%;min-width:420px;border-collapse:collapse;background:#303234}.classifiers-table th,.classifiers-table td{padding:13px 18px;text-align:left;border-bottom:1px solid #55595b}.classifiers-table th{color:#a8cded;font-size:14px;background:rgba(168,205,237,.06)}.classifiers-table td:last-child{font-variant-numeric:tabular-nums}.classifiers-table .classifier-missing td{color:#b9d5e6;font-style:italic}.classifiers-table tbody tr:last-child td{border-bottom:0}.classifiers-table tbody tr:hover{background:rgba(255,255,255,.035)}
|