You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
1.1 KiB
Plaintext

2 years ago
2 years ago
QMdiSubWindow {
font-size: 18px;
font-weight: bold;
2 years ago
}
QPushButton#deviceAddButton, QPushButton#addareabutton {
color: #328ffc;
2 years ago
2 years ago
font-size: 17px;
2 years ago
}
2 years ago
QTabBar::close-button {
image: url(Static/close.png);
subcontrol-origin: padding;
margin-top: 2px;
margin-left: 4px;
}
QTabBar::close-button:hover {
background-color: #cccccc;
}
QTabBar::tab:hover {
background-color: #809ac2;
}
QTabBar::tab{
background: #cbdeec;
border: 2px;
min-width: 200px;
min-height: 30px;
font: 17px;
font-family: ".SFNSDisplay-Regular";
}
QTabBar#areaTabBar::tab{
min-width: 100px;
}
QTabBar::tab:selected {
background-color: #f0f0f0;
font: bold;
border-radius: 3px;
margin-bottom: -4px
}
QTabWidget#deviceTabWidget::pane {
border: 1px solid #a8a8a8;
border-radius: 3px;
margin: 2px;
}
QDockWidget{
font: 18px;
font: bold;
font-family: ".SFNSDisplay-Regular";
}
QDockWidget::title{
background-color: #cbdeec;
color: white;
text-align: center;
}