changed the order of the pills (to match new default pill

order set in LibGuides), and fixed a minor problem with focused
pills not being in Kingsborough blue
This commit is contained in:
Mark Eaton
2015-01-05 19:49:35 -05:00
parent f1e4296601
commit a1775bc567
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -52,7 +52,11 @@ a.label.label-info:hover {
background-color:#003466;
}
.nav-pills>li.active>a:hover {
.nav-pills > li.active > a:hover {
background-color:#003466;
}
.nav-pills > li.active > a:focus {
background-color:#003466;
}