@@ -146,7 +146,7 @@
|
||||
padding: .65rem .9rem; border-bottom: 1px solid var(--border-light); white-space: nowrap;
|
||||
}
|
||||
.table-wrap table td {
|
||||
padding: .65rem .9rem; border-bottom: 1px solid #f1f5f9;
|
||||
padding: .65rem .9rem; border-bottom: 1px solid var(--border-light);
|
||||
vertical-align: middle; color: var(--text-main);
|
||||
}
|
||||
.table-wrap table tr:last-child td { border-bottom: none; }
|
||||
@@ -292,7 +292,7 @@ textarea.form-control { resize: vertical; min-height: 80px; }
|
||||
.scroll-list-item {
|
||||
display: flex; align-items: center; gap: .75rem;
|
||||
padding: .45rem .75rem; cursor: pointer;
|
||||
border-bottom: 1px solid #f1f5f9; transition: background .12s;
|
||||
border-bottom: 1px solid var(--border-light); transition: background .12s;
|
||||
user-select: none;
|
||||
}
|
||||
.scroll-list-item:last-child { border-bottom: none; }
|
||||
|
||||
Reference in New Issue
Block a user