Fix PM window colors in light mode

This commit is contained in:
Guangcong Luo 2016-01-23 18:23:43 -05:00
parent d209661b91
commit 84ffec485f

View File

@ -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;
}