Fix button where window close button wouldn't turn black
This commit is contained in:
parent
588ab6270e
commit
74631326a7
|
@ -97,7 +97,7 @@ li.window.light>span.textContent{
|
|||
background-color: #AABBDD;
|
||||
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;
|
||||
color:#000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue