Fixes problems from recent LibGuides upgrade

This commit is contained in:
MarkEEaton
2016-09-09 21:28:11 -04:00
committed by GitHub
parent 3a4b105caa
commit ed11e5fb21
+11 -14
View File
@@ -1,5 +1,13 @@
<style> <style>
/* new 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 {
background-color:#003466;
border:1px solid #003466;
}
/* temporary rule to keep non-working links to librarians pages from displaying on the guides -> course guides page */ /* temporary rule to keep non-working links to librarians pages from displaying on the guides -> course guides page */
.s-lg-guide-info-account { .s-lg-guide-info-account {
display:none; display:none;
@@ -69,20 +77,7 @@ a.label.label-info:hover {
color:#003466; color:#003466;
} }
.btn {
background-color:#003466;
border:1px solid #003466;
}
.btn-info:hover {
background-color:#003466;
border:1px solid #003466;
}
.btn-default {
background-color:#fff;
border:1px solid #ccc;
}
/* New CSS for the Kingsborough banner that was developed by Kwatei */ /* New CSS for the Kingsborough banner that was developed by Kwatei */
@@ -121,10 +116,12 @@ a.label.label-info:hover {
z-index:12; z-index:12;
font-size:12px; font-size:12px;
text-align:right; text-align:right;
color:#fff;
margin:3px;
} }
#innerbannercont a { #innerbannercont a {
color:#777; color:#fff;
text-decoration:none; text-decoration:none;
} }