From 5bd5069031159cae52974e7a1ceb20fc56655114 Mon Sep 17 00:00:00 2001 From: Bryant Date: Mon, 27 May 2013 20:32:08 -0700 Subject: [PATCH] The separator between widgets now has a nicer color and :hover color in the light theme. --- files/styles/style-light.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/styles/style-light.css b/files/styles/style-light.css index 69fa83e..792a41c 100644 --- a/files/styles/style-light.css +++ b/files/styles/style-light.css @@ -131,7 +131,7 @@ QLineEdit { } QMainWindow::separator { - background-color: #090909; + background-color: #CCC; width: 2px; /* when vertical */ height: 2px; /* when horizontal */ } @@ -145,7 +145,7 @@ QMenu { } QMenu::item:selected { - background-color: #CCC; + background-color: #000; } QMenu::separator {