From 758812bd2b5d3949461c5bbbf0dc8c52c5693d47 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 27 Sep 2012 13:46:05 -0700 Subject: [PATCH] Add hover color that is the same as the selected color --- static/command-panel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/command-panel.css b/static/command-panel.css index 268612031..4750c0b03 100644 --- a/static/command-panel.css +++ b/static/command-panel.css @@ -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; }