From 84ffec485ff34437dfa76477e8ef2465037617ee Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sat, 23 Jan 2016 18:23:43 -0500 Subject: [PATCH] Fix PM window colors in light mode --- style/client.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/client.css b/style/client.css index b7f333822..7471501bc 100644 --- a/style/client.css +++ b/style/client.css @@ -3060,9 +3060,9 @@ a.ilink.yours { .dark .menugroup { background: rgba(0,0,0,.2); } -.pm-window.focused h3, -.pm-window.focused .pm-log, -.pm-window.focused .pm-log-add { +.dark .pm-window.focused h3, +.dark .pm-window.focused .pm-log, +.dark .pm-window.focused .pm-log-add { border-color: #CCC; }