Change frame hover color

This commit is contained in:
Filipe Dobreira
2015-06-07 19:04:05 +01:00
parent 6922fb6ae0
commit 3ff86cc463
+1 -1
View File
@@ -105,7 +105,7 @@ header {
}
.frame:not(.active):hover {
background: rgba(0, 0, 0, .15);
background: #BEE9EA;
}
.frame-method-info {