troubleshooting
This commit is contained in:
+20
-8
@@ -1,6 +1,18 @@
|
||||
<style>
|
||||
|
||||
/* new CSS to target buttons on the LibGuides homepage more specifically.
|
||||
/* Fix the color of the "Search" button on the subject pages */
|
||||
form .btn.btn-info {
|
||||
background-color:#003466;
|
||||
border:1px solid #003466;
|
||||
}
|
||||
|
||||
/* Make the badges KBCC blue so they doesn't clash
|
||||
.s-lg-az-result-badge-new, .s-lg-az-result-badge-popular, .s-lg-az-result-badge-featured {
|
||||
background-color:#003466;
|
||||
} */
|
||||
|
||||
|
||||
/* CSS to target buttons on the LibGuides homepage more specifically.
|
||||
These had been broken by a LibGuides update, 9/6/2016 */
|
||||
|
||||
.s-lg-hp-btn-section, .s-lg-hp-btn-section:hover, .s-lg-hp-btn-section:focus {
|
||||
@@ -61,24 +73,24 @@ a.label.label-info:hover {
|
||||
background-color:#003466;
|
||||
}
|
||||
|
||||
.nav-pills > li.active > a {
|
||||
/* new nav pills styling (11/17/2016) */
|
||||
|
||||
.s-lg-index-nav-btn.active > .btn {
|
||||
background-color:#003466;
|
||||
}
|
||||
|
||||
.nav-pills>li.active>a:hover {
|
||||
.s-lg-index-nav-btn.active > .btn:focus {
|
||||
background-color:#003466;
|
||||
}
|
||||
|
||||
.nav-pills>li.active>a:focus {
|
||||
.s-lg-index-nav-btn.active > .btn:hover {
|
||||
background-color:#003466;
|
||||
}
|
||||
|
||||
.nav-pills > li > a {
|
||||
color:#003466;
|
||||
ul.nav.nav-pills > .s-lg-index-nav-btn.active > button.btn:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* New CSS for the Kingsborough banner that was developed by Kwatei */
|
||||
|
||||
#bannerwrap {
|
||||
|
||||
Reference in New Issue
Block a user