1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-28 13:12:05 +00:00
TegraRcmGUI/res/QTableWidget.qss

22 lines
390 B
Text
Raw Normal View History

2020-12-11 11:46:53 +00:00
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;
}