You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.5 KiB
89 lines
1.5 KiB
#MainWindow
|
|
{
|
|
background-color:#161929;
|
|
color: white;
|
|
}
|
|
|
|
QWidget{
|
|
background-color:#161929;
|
|
color: white;
|
|
}
|
|
|
|
QComboBox{
|
|
border-width: 1px;
|
|
border-color: #1677ff;
|
|
border-style: solid;
|
|
color: white;
|
|
}
|
|
|
|
QComboBox:disabled{
|
|
/* background-color: #9a9a9a; */
|
|
border-width: 1px;
|
|
border-color: #9a9a9a;
|
|
border-style: solid;
|
|
color: white;
|
|
}
|
|
|
|
QLineEdit{
|
|
border-width: 1px;
|
|
border-color: #1677ff;
|
|
border-style: solid;
|
|
color: white;
|
|
}
|
|
|
|
QLineEdit:disabled{
|
|
/* background-color: #9a9a9a; */
|
|
border-width: 1px;
|
|
border-color: #9a9a9a;
|
|
border-style: solid;
|
|
color: white;
|
|
}
|
|
|
|
QLabel {
|
|
background-color: transparent;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton{
|
|
background-color: #1677ff;
|
|
border-radius: 5px;
|
|
/* outline: none; */
|
|
min-height: 30px;
|
|
min-width: 100px;
|
|
border: none;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton:hover{
|
|
background-color: #045dd8;
|
|
/* border-radius: 5px; */
|
|
/* outline: none; */
|
|
min-height: 30px;
|
|
min-width: 100px;
|
|
border: none;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton:pressed{
|
|
background-color: #01347b;
|
|
/* border-radius: 10px; */
|
|
/* outline: none; */
|
|
min-height: 30px;
|
|
min-width: 100px;
|
|
border: none;
|
|
color: white;
|
|
}
|
|
|
|
QPushButton:disabled{
|
|
background-color: #8a8f92;
|
|
/* border-radius: 10px; */
|
|
/* outline: none; */
|
|
min-height: 30px;
|
|
min-width: 100px;
|
|
border: none;
|
|
color: E0E1E3;
|
|
}
|
|
|
|
QPlainTextEdit{
|
|
transparent;
|
|
}
|
|
|