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.

125 lines
1.2 KiB
Plaintext

QMdiSubWindow {
font-size: 18px;
font-weight: bold;
}
QComboBox#dataTypeCombox, QComboBox#orderCombox{
font-size: 20px;
}
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: #cbdeec;
}
QTabBar::tab{
background: #f0f0f0;
border: 2px;
min-width: 200px;
min-height: 40px;
font: 20px;
font-family: ".SFNSDisplay-Regular";
}
QTabBar#areaTabBar::tab{
/* min-width: 100px;*/
font: 20px;
}
QTabBar::tab:selected {
background-color: #809ac2;
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{
font-size: 20px;
background-color: #cbdeec;
color: white;
text-align: center;
}
QToolBar QToolButton{
font-size: 20px;
font: bold;
}