Highlight badge on hover

This commit is contained in:
Stefan Parviainen 2014-11-08 20:30:33 +01:00
parent 1a8fc73b57
commit 89aea08182

View file

@ -2141,6 +2141,10 @@ blockquote {
border-radius: $radiuspx;
}
nav .badge:hover {
background-color: #999;
}
.dropdown-menu {
font-size: $body_font_size;
border-radius: $radiuspx;