fix to theme
This commit is contained in:
parent
33a76c61ca
commit
b0921513c1
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1,4 +0,0 @@
|
|||
/* CSS overrides */
|
||||
input[type="text"], textarea {
|
||||
background-color: #fff;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -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;
|
||||
}
|
|
@ -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;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1,4 +0,0 @@
|
|||
/* CSS overrides */
|
||||
.btn {
|
||||
padding: 0.9rem 0.9rem;
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
/* CSS overrides */
|
||||
body{
|
||||
padding-top: 9rem;
|
||||
}
|
|
@ -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;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1,8 +0,0 @@
|
|||
/* CSS overrides */
|
||||
.card-body {
|
||||
background-color: #073642;
|
||||
}
|
||||
|
||||
card-header {
|
||||
background-color: #d8b64c;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -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;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
|
@ -1 +0,0 @@
|
|||
/* CSS overrides */
|
Loading…
Reference in New Issue
Block a user