1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-24 19:22:04 +00:00
TegraRcmGUI/res/QTabWidget.qss

37 lines
628 B
Text
Raw Permalink Normal View History

2020-06-24 19:31:54 +01:00
QTabWidget::pane
{
border-radius:10px;
background-color: rgb(60, 60, 60);
2020-06-24 19:31:54 +01:00
}
QTabWidget::tab-bar
{
left: 10px;
2020-06-24 19:30:39 +01:00
}
2020-06-24 19:31:54 +01:00
QTabBar::tab
2020-06-24 19:30:39 +01:00
{
2020-06-24 19:31:54 +01:00
color: rgb(255, 255, 255);
2020-06-24 19:30:39 +01:00
border: 0px;
2020-12-11 11:46:53 +00:00
min-width: 6em;
2020-06-24 19:30:39 +01:00
padding: 6px; /* Padding inside each tab */
2020-06-24 19:31:54 +01:00
font: 75 10pt "MS Shell Dlg 2";
color: rgb(255, 255, 255);
border-bottom: 2px solid grey;
2020-06-24 19:30:39 +01:00
}
QTabBar::tab:selected {
2020-06-24 19:31:54 +01:00
border-bottom: 2px solid white;
}
QLabel
{
color: rgb(255, 255, 255);
2020-12-11 11:46:53 +00:00
font: 9pt "Rubik";
2020-06-24 19:31:54 +01:00
}
QToolTip
{
background-color: rgb(30, 30, 30);
2020-06-24 19:30:39 +01:00
color: rgb(255, 255, 255);
2020-06-24 19:31:54 +01:00
}
QMessageBox QLabel {
color: rgb(0, 0, 0);
}