make dropdowns appear on hover for non js users

This commit is contained in:
perryharlock
2013-11-27 16:37:52 +00:00
parent 963ab33cce
commit 1b36dc12ea
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@
.date-links.hidden { .date-links.hidden {
display:none !important; display:none !important;
} }
.date-selector .btn-group:hover ul.date-links { .btn-group:hover ul {
display:block !important; display:block !important;
} }
table.hidden { table.hidden {