improve footer in dark mode; border on search button
This commit is contained in:
@@ -327,7 +327,7 @@
|
|||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
}
|
}
|
||||||
[data-bs-theme="dark"] .onesearchsubmit {
|
[data-bs-theme="dark"] .onesearchsubmit {
|
||||||
border: none;
|
margin: 1px;
|
||||||
}
|
}
|
||||||
#blue-border2 {
|
#blue-border2 {
|
||||||
flex: 5;
|
flex: 5;
|
||||||
@@ -518,7 +518,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* style footer */
|
/* style footer */
|
||||||
#orange-line {
|
.orange-line {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
background-color: var(--kbccorange);
|
background-color: var(--kbccorange);
|
||||||
}
|
}
|
||||||
@@ -527,6 +527,9 @@
|
|||||||
color: white;
|
color: white;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
}
|
}
|
||||||
|
[data-bs-theme="dark"] #main-blue-footer {
|
||||||
|
background-color: var(--bg);
|
||||||
|
}
|
||||||
.whiteahrefs a:link,
|
.whiteahrefs a:link,
|
||||||
.whiteahrefs a:hover,
|
.whiteahrefs a:hover,
|
||||||
.whiteahrefs a:visited,
|
.whiteahrefs a:visited,
|
||||||
|
|||||||
@@ -262,7 +262,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- BEGIN: Page Footer -->
|
<!-- BEGIN: Page Footer -->
|
||||||
<div id="orange-line"></div>
|
<div class="orange-line"></div>
|
||||||
<div id="main-blue-footer">
|
<div id="main-blue-footer">
|
||||||
<div id="lighthouse-logo">
|
<div id="lighthouse-logo">
|
||||||
<a href="https://www.kbcc.cuny.edu">
|
<a href="https://www.kbcc.cuny.edu">
|
||||||
@@ -346,7 +346,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div style="height: 10px"></div>
|
<div style="height: 10px"></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- END: Page Footer -->
|
<div class="orange-line"></div>
|
||||||
|
<!-- END: Page Footer -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user