Commit 6e5ad05a authored by Bryant's avatar Bryant

Fixed the styling for disabled checkboxes.

parent 18c9b4e6
......@@ -32,6 +32,14 @@ QCheckBox::indicator:checked {
background-color: #379AC3;
}
QCheckBox::indicator:disabled {
border-color: #555;
}
QCheckBox::indicator:disabled:checked {
background-color: #333;
}
QComboBox {
border: 1px solid #777;
border-radius: 2px;
......
......@@ -32,6 +32,14 @@ QCheckBox::indicator:checked {
background-color: #379AC3;
}
QCheckBox::indicator:disabled {
border-color: #555;
}
QCheckBox::indicator:disabled:checked {
background-color: #AAA;
}
QComboBox {
border: 1px solid #777;
border-radius: 2px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment