UI: Fix table heading visibility in Acri

master
Matt Gajownik 2020-01-12 14:26:16 +11:00
parent 1f6f183a02
commit 3f053dbd87
1 changed files with 14 additions and 0 deletions

View File

@ -923,6 +923,20 @@ OBSBasicSettings QListWidget::item {
padding-bottom: 5px;
}
/* Table */
QTableView {
gridline-color: #333336;
}
QHeaderView {
border: none;
}
QHeaderView::section {
background-color: #101010;
border: 1px solid #333336;
border-left: none;
}
/* Locked CheckBox */
LockedCheckBox {