[broadway] Implement wm close in browser

This commit is contained in:
Alexander Larsson
2011-04-18 11:50:29 +02:00
parent 52074b4cac
commit 02e9b97981
2 changed files with 50 additions and 18 deletions

View File

@ -50,15 +50,11 @@
user-select: none;
}
.frame-close:focus {
left: 0;
}
.frame-close:hover {
.frame-close.frame-hover {
background-color: #EE4A4A;
}
.frame-close:active {
.frame-close.frame-active {
background-color: #AA2020;
}