updated modules for input requirements

This commit is contained in:
Grayson Walker
2021-07-27 16:24:01 -04:00
parent c0254d0b92
commit 33a76c61ca
75 changed files with 6655 additions and 6088 deletions

View File

@ -1,11 +1,11 @@
{
"Runtime": "Server",
"RenderMode": "ServerPrerendered",
"Database": {
"DefaultDBType": ""
"Database": {
"DefaultDBType": "Oqtane.Database.SqlServer.SqlServerDatabase, Oqtane.Database.SqlServer"
},
"ConnectionStrings": {
"DefaultConnection": ""
"DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-202107100210.mdf;Initial Catalog=Oqtane-202107100210;Integrated Security=SSPI;"
},
"Installation": {
"DefaultAlias": "",
@ -44,5 +44,19 @@
"ControlType": "Oqtane.Installer.Controls.PostgreSQLConfig, Oqtane.Client",
"DBType": "Oqtane.Database.PostgreSQL.PostgreSQLDatabase, Oqtane.Database.PostgreSQL"
}
]
}
],
"Logging": {
"FileLogger": {
"LogLevel": {
"Default": "Error"
}
},
"LogLevel": {
"Default": "Information"
}
},
"InstallationId": "b2c613c4-26c3-42a6-b502-f4b4f95252ac",
"DetailedErrors": "false",
"UseSwagger": "true",
"PackageService": "true"
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,17 @@
/* 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

@ -0,0 +1,13 @@
/* 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

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

View File

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

View File

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

View File

@ -0,0 +1,16 @@
/* 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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,108 @@

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

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

View File

@ -0,0 +1,16 @@
/* 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

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

View File

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