v1.0.0
This commit is contained in:
@@ -0,0 +1,89 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user