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:
+1
-1
@@ -98,4 +98,4 @@
|
|||||||
<!-- BEGIN: Custom Footer -->
|
<!-- BEGIN: Custom Footer -->
|
||||||
{{public_footer}}
|
{{public_footer}}
|
||||||
<!-- END: Custom Footer -->
|
<!-- END: Custom Footer -->
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
+5
-1
@@ -52,7 +52,11 @@ a.label.label-info:hover {
|
|||||||
background-color:#003466;
|
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;
|
background-color:#003466;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user