Changed to using new Address Model, Implemented Setup, Some minor CSS changes
This commit is contained in:
19
public/css/fixes.css
vendored
Normal file
19
public/css/fixes.css
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/* Fixes for select 2 and our theme */
|
||||
/*
|
||||
.select2 .select2-container .select2-container--classic { width: 80% !important;}
|
||||
*/
|
||||
.select2-container .select2-selection--single { border-radius: 0 4px 4px 0; height: inherit;}
|
||||
.select2-container .select2-selection--single .select2-selection__rendered { line-height: 36px; }
|
||||
.select2-container--classic .select2-selection--single .select2-selection__arrow { line-height: 36px; }
|
||||
.select2-results { color: #000; }
|
||||
/*
|
||||
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
|
||||
*/
|
||||
.select2-container--default .select2-results__option--selected { background-color: #024cc4; color: #eeeeee;}
|
||||
|
||||
/* Bootstrap 5 fixes */
|
||||
/* select import, round the right side */
|
||||
.input-group .form-select {
|
||||
border-top-right-radius: 4px !important;
|
||||
border-bottom-right-radius: 4px !important;
|
||||
}
|
10
public/oldschool/css/main.css
vendored
10
public/oldschool/css/main.css
vendored
@@ -390,6 +390,11 @@ form div.row {
|
||||
--bs-gutter-x: 0;
|
||||
}
|
||||
|
||||
.form-check.form-switch .form-check-input {
|
||||
top: -.15em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.greyframe {
|
||||
position:relative;
|
||||
background-color: #192124;
|
||||
@@ -439,6 +444,11 @@ label.form-label {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
label.list-group-item {
|
||||
background-color: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
p {
|
||||
margin:0 0 1em;
|
||||
padding:0;
|
||||
|
Reference in New Issue
Block a user