1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-24 19:22:04 +00:00
TegraRcmGUI/res/QTableWidget.qss
2020-12-11 12:46:53 +01:00

21 lines
390 B
Text

QTableView
{
gridline-color : rgb(120, 120, 120);
color: rgb(255, 255, 255);
alternate-background-color: rgb(255, 255, 255, 30);
background: rgb(255, 255, 255);
selection-background-color: rgb(30, 105, 98);
font: 8pt "Rubik";
}
QTableWidgetItem
{
border: 0px;
height: 15px;
}
QFrame
{
background-color: rgb(255, 255, 255, 0);
border-radius: 0px;
}