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.

161 lines
1.6 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;
}
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
}
QDockWidget{
font: 18px;
font: bold;
font-family: ".SFNSDisplay-Regular";
border: 1px solid black;
}
QDockWidget::title{
font-size: 20px;
background-color: #cbdeec;
color: white;
text-align: center;
}
QPushButton#startProtocolBtn, QPushButton#switchBtn{
font-size: 20px;
border: none;
background-color: white;
}
QPushButton#startProtocolBtn:hover, QPushButton#switchBtn:hover{
font-size: 20px;
font: bold;
border: none;
margin-bottom: -2px;
background-color: white;
}
QPushButton#startProtocolBtn:checked, QPushButton#switchBtn:checked{
font-size: 20px;
border: none;
}
QWidget#MainWindow{
background-color: white;
}
QWidget#deviceWidget{
background-color: white;
border: 1px solid gray;
}
QTabWidget::tab-bar{
background-color: black;
}