Fix button where window close button wouldn't turn black

This commit is contained in:
Nick Krichevsky 2015-03-07 11:56:17 -05:00
parent 588ab6270e
commit 74631326a7

View file

@ -97,7 +97,7 @@ li.window.light>span.textContent{
background-color: #AABBDD; background-color: #AABBDD;
color: #F0F2F8; color: #F0F2F8;
} }
li.window>span.textContent:hover,li.window.keyHover>span.textContent,span.textContent:hover>i.windowClose{ li.window>span.textContent:hover,li.window.keyHover>span.textContent,span.textContent:hover>i.windowClose,li.window.keyHover>span.textContent>i.windowClose{
background-color:#B3B3B3; background-color:#B3B3B3;
color:#000; color:#000;
} }