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
+4
View File
@@ -56,6 +56,10 @@ a.label.label-info:hover {
background-color:#003466; background-color:#003466;
} }
.nav-pills > li.active > a:focus {
background-color:#003466;
}
.nav-pills > li > a { .nav-pills > li > a {
color:#003466; color:#003466;
} }