FIX_UI Support
This commit is contained in:
parent
a972efcf05
commit
996f3276a7
@ -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 */
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user