Various changes

mobile-friendly ui updates
admin user-edit bugfix
file cleanup
added searchFields
add blog search
remove unused code
add maintenance mode config
This commit is contained in:
Joey Kimsey
2025-01-30 13:11:02 -05:00
parent b5996dc7db
commit 5e621883ff
106 changed files with 1154 additions and 787 deletions

View File

@ -9,36 +9,42 @@
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/
.context-main {
color: #fff;
}
.context-second {
color: #1e1e1e;
.context-main-border {
border-color: #f5f5f5!important;
}
.context-main-bg {
background-color: #2c2c2c;
}
.context-second-bg {
background-color: #1e1e1e;
background-color: #383838;
}
.context-third-bg {
background-color: #3a3a3a;
}
.context-other-bg {
background-color: #1e1e1e;
}
.context-main {
color: #fff;
}
.bg-default {
background-color: #2c2c2c;
}
hr {
color: #f5f5f5;
}
.bg-none,.bg-warning {
color: #000 !important;
}
.context-other {
color: #000;
}
.accordion-button:not(.collapsed) {
color: #f5f5f5;
background-color: var(--bs-accordion-dark-active-bg);
@ -68,12 +74,6 @@ body {
.install-terms strong {
color: #ffffff;
}
.context-main {
color: #ffffff;
}
.context-other {
color: #ffffff;
}
/**
* Terms Page

View File

@ -8,10 +8,29 @@
* @link https://TheTempusProject.com
* @license https://opensource.org/licenses/MIT [MIT LICENSE]
*/
.context-other-bg {
background-color: #eaeaea;
.context-main-border {
border-color: #1e1e1e!important;
}
.context-main-bg {
background-color: #f7f7f7;
/* background-color: #b1b; */
}
.context-second-bg {
background-color: #eaeaea;
/* background-color: #b1b; */
}
.context-third-bg {
background-color: #ccc;
/* background-color: #b1b; */
}
.context-main {
color: #000;
}
.nav-link.active {
font-weight: bold; /* Make the text bold */
}
@ -20,10 +39,6 @@ hr {
color: #000;
}
.context-main-bg {
background-color: #f7f7f7;
}
/* Base styles for the switch container */
.material-switch {
position: relative;
@ -76,12 +91,6 @@ hr {
transform: translateX(25px); /* Adjust based on switch width */
}
.context-main {
color: #000;
}
.context-other {
color: #fff;
}
html {
font-family: 'Open Sans', sans-serif;
position: relative;
@ -310,3 +319,4 @@ body {
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, #2c2c2c, #1e1e1e, #1e1e1e);
}