Commit 5bd50690 authored by Bryant's avatar Bryant

The separator between widgets now has a nicer color and :hover color in the light theme.

parent 6f552928
...@@ -131,7 +131,7 @@ QLineEdit { ...@@ -131,7 +131,7 @@ QLineEdit {
} }
QMainWindow::separator { QMainWindow::separator {
background-color: #090909; background-color: #CCC;
width: 2px; /* when vertical */ width: 2px; /* when vertical */
height: 2px; /* when horizontal */ height: 2px; /* when horizontal */
} }
...@@ -145,7 +145,7 @@ QMenu { ...@@ -145,7 +145,7 @@ QMenu {
} }
QMenu::item:selected { QMenu::item:selected {
background-color: #CCC; background-color: #000;
} }
QMenu::separator { QMenu::separator {
......
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