Add hover color that is the same as the selected color

This commit is contained in:
Kevin Sawicki
2012-09-27 13:46:05 -07:00
parent b8926e7e28
commit 758812bd2b

View File

@@ -15,7 +15,7 @@
cursor: default;
}
.command-panel .preview-list li.selected {
.command-panel .preview-list li.selected, .command-panel .preview-list li:hover {
background: #444;
}