Commit d194b46c authored by Bryant's avatar Bryant

Fixed the QLabel:disabled colorings for the UI.

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