HM-SPMS/resource/fr/style/dark/alarmmng.qss

46 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2025-03-20 17:30:43 +08:00
QFrame#frame{
border:none;
background-color: #0b2a51;
}
QFrame#frame_2,QFrame#frame_3{
border:0px solid #0669af;
}
QFrame#frame_head{
background-color: #0b2a51;
border:0px solid #0669af;
border-top:0px solid #0669af;
border-left:0px solid #0669af;
border-right:0px solid #0669af;
border-bottom: 1px solid #0669af;
}
QFrame#frame_stackWidget{
background:#0b2a51;
border:0px solid #0669af;
}
QStackedWidget#stackedWidget{
border: 1px solid #0669af;
border-top: 0px solid #0669af;
}
QPushButton#aibt,QPushButton#dibt,QPushButton#pibt{
background-color:#0b2a51;
height: 31px;
color:#01a6ec;
border-radius: 0px;
border:1px solid #0669af;
border-right:0px solid #0669af;
}
QPushButton#dibt,QPushButton#pibt,QPushButton#mibt{
background-color:#0b2a51;
height: 31px;
color:#01a6ec;
border-radius: 0px;
border:1px solid #0669af;
}
QPushButton#aibt::disabled,QPushButton#dibt::disabled,QPushButton#pibt::disabled,QPushButton#mibt::disabled {
border-bottom:1px solid #0669af;
}
QPushButton#aibt::checked,QPushButton#dibt::checked,QPushButton#pibt::checked,QPushButton#mibt::checked {
color:#02efef;
border-bottom:0px solid #0669af;
}