Fixes problems from recent LibGuides upgrade
This commit is contained in:
+11
-14
@@ -1,5 +1,13 @@
|
||||
<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 */
|
||||
.s-lg-guide-info-account {
|
||||
display:none;
|
||||
@@ -69,20 +77,7 @@ a.label.label-info:hover {
|
||||
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 */
|
||||
|
||||
@@ -121,10 +116,12 @@ a.label.label-info:hover {
|
||||
z-index:12;
|
||||
font-size:12px;
|
||||
text-align:right;
|
||||
color:#fff;
|
||||
margin:3px;
|
||||
}
|
||||
|
||||
#innerbannercont a {
|
||||
color:#777;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user