update theme creator template to Bootstrap5

This commit is contained in:
Shaun Walker
2021-07-06 11:00:45 -04:00
parent a79535d7d1
commit 276431b62d
8 changed files with 34 additions and 7 deletions

View File

@@ -4,6 +4,34 @@ body {
padding-top: 7rem;
}
.table > :not(caption) > * > * {
box-shadow: none;
}
.table .form-control {
background-color: #ffffff !important;
border-width: 0.5px !important;
border-bottom-color: #ccc !important;
}
.table .form-select {
background-color: #ffffff !important;
border-width: 0.5px !important;
border-bottom-color: #ccc !important;
}
.table .btn-primary {
background-color: var(--bs-primary);
}
.table .btn-secondary {
background-color: var(--bs-secondary);
}
.alert-dismissible .btn-close {
z-index: 1;
}
.controls {
z-index: 2000;
padding-top: 15px;
@@ -22,6 +50,7 @@ body {
display: flex;
align-items: center;
line-height: 3rem;
padding-left: 1rem;
}
.app-menu .nav-item a.active {
@@ -43,7 +72,7 @@ body {
.navbar-toggler {
background-color: rgba(255, 255, 255, 0.1);
margin-left: auto;
margin: .5rem;
}
div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu {