FIX_Header common UI
This commit is contained in:
parent
3dac83280d
commit
aa40026cc1
@ -710,6 +710,49 @@ a.app-text-success:hover, a.app-text-success:focus {
|
||||
.show > .app-btn-secondary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(226, 103, 40, 0.5); }
|
||||
|
||||
.app-btn-outline-primary {
|
||||
color: #000000;
|
||||
border-color: #00999E; }
|
||||
.app-btn-outline-primary:hover {
|
||||
color: #ffffff;
|
||||
background-color: #00999E;
|
||||
border-color: #00999E; }
|
||||
.app-btn-outline-primary:focus, .app-btn-outline-primary.focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(0, 153, 158, 0.5); }
|
||||
.app-btn-outline-primary.disabled, .app-btn-outline-primary:disabled {
|
||||
color: #000000;
|
||||
background-color: transparent; }
|
||||
.app-btn-outline-primary:not(:disabled):not(.disabled):active, .app-btn-outline-primary:not(:disabled):not(.disabled).active,
|
||||
.show > .app-btn-outline-primary.dropdown-toggle {
|
||||
color: #ffffff;
|
||||
background-color: #00999E;
|
||||
border-color: #00999E; }
|
||||
.app-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .app-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .app-btn-outline-primary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(0, 153, 158, 0.5); }
|
||||
|
||||
.app-btn-outline-secondary {
|
||||
color: #000000;
|
||||
border-color: #E26728; }
|
||||
.app-btn-outline-secondary:hover {
|
||||
color: #ffffff;
|
||||
background-color: #E26728;
|
||||
border-color: #E26728; }
|
||||
.app-btn-outline-secondary:focus, .app-btn-outline-secondary.focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(206, 222, 239, 0.5); }
|
||||
.app-btn-outline-secondary.disabled, .app-btn-outline-secondary:disabled {
|
||||
color: #000000;
|
||||
background-color: transparent; }
|
||||
.app-btn-outline-secondary:not(:disabled):not(.disabled):active, .app-btn-outline-secondary:not(:disabled):not(.disabled).active,
|
||||
.show > .btn-outline-secondary.dropdown-toggle {
|
||||
color: #ffffff;
|
||||
background-color: #E26728;
|
||||
border-color: #E26728; }
|
||||
.app-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .app-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
|
||||
.show > .btn-outline-secondary.dropdown-toggle:focus {
|
||||
box-shadow: 0 0 0 0.15rem rgba(226, 103, 40, 0.5); }
|
||||
|
||||
|
||||
.app-btn-border-radius{ border-radius: 10px !important; }
|
||||
|
||||
.app-badge-primary {
|
||||
@ -865,6 +908,33 @@ table[data-custom-table-css="table"] {
|
||||
color:black;
|
||||
}
|
||||
|
||||
.modal .form-control {
|
||||
background-color: #ECECEC !important;
|
||||
border: 1px solid #ccc; /* optional */
|
||||
/* color: #000; keep text readable */
|
||||
}
|
||||
|
||||
.modal .form-control:focus {
|
||||
background-color: #ECECEC !important; /* keep same color on focus */
|
||||
box-shadow: none; /* remove blue glow */
|
||||
}
|
||||
|
||||
/* Select2 box */
|
||||
.modal .select2-container .select2-selection--single {
|
||||
background-color: #ECECEC !important;
|
||||
border: 1px solid #ccc !important;
|
||||
height: 38px !important;
|
||||
}
|
||||
|
||||
/* Text inside */
|
||||
.modal .select2-container .select2-selection__rendered {
|
||||
line-height: 36px !important;
|
||||
}
|
||||
|
||||
.modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
|
||||
background-color: #00999E !important;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user