FIX_UI Support

This commit is contained in:
venba-Inspriron-3558 2025-09-01 16:43:35 +05:30
parent a972efcf05
commit 996f3276a7

View File

@ -918,6 +918,28 @@ table[data-custom-table-css="table"] {
color:black;
}
/********************************************************************* modal section starts ***********************************************************************************************************/
/* Inside modal field color changes */
/* modal section starts */
.modal.show .modal-dialog .modal-content,
.modal .modal-dialog .modal-content {
border-radius: 10px !important;
overflow: hidden !important;
box-shadow: none;
}
.modal .parsley-examples {
background-color: #FFFF !important;
padding: 0px !important;
border: 0px solid #fff !important;
border-radius: 0px !important;
box-shadow: none !important;
}
/* Common modal Title styles */
.modal .modal-title {
font-weight: 500;
@ -1028,7 +1050,6 @@ table[data-custom-table-css="table"] {
.modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: #00999E !important;
}
@ -1056,7 +1077,6 @@ table[data-custom-table-css="table"] {
background-color: #E26728 !important;
border-color: #9C461B !important;
cursor: pointer; /* optional */
}