fix to theme

This commit is contained in:
Grayson Walker 2021-07-27 21:12:18 -04:00
parent 33a76c61ca
commit b0921513c1
26 changed files with 0 additions and 207 deletions

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1,4 +0,0 @@
/* CSS overrides */
input[type="text"], textarea {
background-color: #fff;
}

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1,17 +0,0 @@
/* CSS overrides */
body {
padding-top: 11rem;
}
.btn-secondary {
color: rgb(255, 255, 255);
background-color: rgb(0, 0, 0);
}
.btn {
padding: 0.75rem 0.75rem;
}
.table td, .table th {
padding: 1.0rem;
}

View File

@ -1,13 +0,0 @@
/* CSS overrides */
.btn {
font-size: 0.8rem;
}
body {
padding-top: 8rem;
}
[contenteditable].form-control, [type=email].form-control, [type=password].form-control, [type=tel].form-control, [type=text].form-control, input.form-control, input[type=email], input[type=number], input[type=password], input[type=text], textarea, textarea.form-control {
box-shadow: inset 0 -1px 0 #ddd !important;
transition: box-shadow .2s !important;
}

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1,4 +0,0 @@
/* CSS overrides */
.btn {
padding: 0.9rem 0.9rem;
}

View File

@ -1,4 +0,0 @@
/* CSS overrides */
body{
padding-top: 9rem;
}

View File

@ -1,16 +0,0 @@
/* CSS overrides */
.btn {
padding: 0.5rem 0.8rem;
}
.table .form-control {
background-color: transparent !important;
}
.table .form-select {
background-color: transparent !important;
}
option {
background-color: #6f749c !important;
}

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1,8 +0,0 @@
/* CSS overrides */
.card-body {
background-color: #073642;
}
card-header {
background-color: #d8b64c;
}

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1,108 +0,0 @@

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;
padding-bottom: 15px;
margin-right: 10px;
}
.app-menu .nav-item {
font-size: 0.9rem;
padding-bottom: 0.5rem;
}
.app-menu .nav-item a {
border-radius: 4px;
height: 3rem;
display: flex;
align-items: center;
line-height: 3rem;
padding-left: 1rem;
}
.app-menu .nav-item a.active {
background-color: rgba(255,255,255,0.25);
color: white;
}
.app-menu .nav-item a:hover {
background-color: rgba(255,255,255,0.1);
color: white;
}
.app-menu .nav-link .oi {
width: 1.5rem;
font-size: 1.1rem;
vertical-align: text-top;
top: -2px;
}
.navbar-toggler {
background-color: rgba(255, 255, 255, 0.1);
margin: .5rem;
}
@media (max-width: 767px) {
.app-menu {
width: 100%
}
.navbar {
position: fixed;
top: 60px;
width: 100%;
}
.controls {
height: 60px;
top: 15px;
position: fixed;
top: 0px;
width: 100%;
background-color: rgb(0, 0, 0);
}
.controls-group {
float: right;
margin-right: 25px;
}
.content {
position: relative;
top: 60px;
}
}

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1,16 +0,0 @@
/* CSS overrides */
.card {
background-color: #1a0a33;
}
.table .form-control {
background-color: transparent !important;
}
.table .form-select {
background-color: transparent !important;
}
option {
background-color: #ad82fc !important;
}

View File

@ -1 +0,0 @@
/* CSS overrides */

View File

@ -1 +0,0 @@
/* CSS overrides */