From 6c88f9ed369bd5eef1ef4c309de42d6d3ff00108 Mon Sep 17 00:00:00 2001 From: Garret Heaton Date: Sat, 9 Feb 2013 10:59:25 -0800 Subject: [PATCH] Different hover color for dropdowns --- www/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/default.css b/www/default.css index 9248ddc7..242b0607 100644 --- a/www/default.css +++ b/www/default.css @@ -52,6 +52,11 @@ body { color: #fff !important; } +.dropdown-menu li > a:hover { + background: #0044cc !important; +} + + /* DataTables: http://datatables.net/blog/Twitter_Bootstrap_2 */ table.table thead .sorting, table.table thead .sorting_asc,