Commit d194b46c authored by Bryant's avatar Bryant

Fixed the QLabel:disabled colorings for the UI.

parent 82c22375
......@@ -127,9 +127,9 @@ QLineEdit {
}
QMainWindow::separator {
background-color: #323235;
width: 2px; /* when vertical */
height: 2px; /* when horizontal */
background-color: #323235;
width: 2px; /* when vertical */
height: 2px; /* when horizontal */
}
QMainWindow::separator:hover {
......
......@@ -98,7 +98,7 @@ QLabel {
}
QLabel:disabled {
color: #353535;
color: #AAA;
}
QLabel#toolBarNameLabel {
......@@ -127,9 +127,9 @@ QLineEdit {
}
QMainWindow::separator {
background-color: #090909;
width: 2px; /* when vertical */
height: 2px; /* when horizontal */
background-color: #090909;
width: 2px; /* when vertical */
height: 2px; /* when horizontal */
}
QMainWindow::separator:hover {
......
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