more layout
This commit is contained in:
23
style.css
23
style.css
@@ -26,6 +26,28 @@ QPushButton:hover {
|
||||
border: 1px solid #edf2f4;
|
||||
}
|
||||
|
||||
QRadioButton {
|
||||
color: #edf2f4;
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
QSpinBox {
|
||||
color: #edf2f4;
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
QSpinBox::up-button {
|
||||
color: #404040;
|
||||
}
|
||||
|
||||
QSpinBox::down-button {
|
||||
color: #404040;
|
||||
}
|
||||
|
||||
QSpinBox:hover {
|
||||
border: 1px solid #0077fd;
|
||||
}
|
||||
|
||||
QLineEdit {
|
||||
background-color: #404040;
|
||||
color: #edf2f4;
|
||||
@@ -33,7 +55,6 @@ QLineEdit {
|
||||
}
|
||||
|
||||
QLineEdit:hover {
|
||||
border: 1px solid #edf2f4;
|
||||
}
|
||||
|
||||
QLabel {
|
||||
|
||||
Reference in New Issue
Block a user