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

17 lines
363 B
Text
Raw Permalink Normal View History

2020-06-24 19:31:54 +01:00
QTableView
{
border-radius: 10px;
color: rgb(255, 255, 255);
alternate-background-color: rgb(80, 80, 80);
background: rgb(41, 41, 41);
selection-background-color: rgb(30, 105, 98);
2020-12-11 11:46:53 +00:00
font: 8pt "Rubik";
}
QHeaderView::section {
border-radius: 0px;
background: rgb(60, 60, 60);
font: 8pt "Rubik";
color: rgb(255, 255, 255);
2020-06-24 19:31:54 +01:00
}