CHANGE_header style

This commit is contained in:
venba-Inspriron-3558 2025-09-03 10:36:25 +05:30
parent cfd7e66390
commit e35280cbee

View File

@ -1084,7 +1084,44 @@ a.app-badge-secondary:focus, a.app-badge-secondary.focus {
}
</style>
<style>
.custom-form .parsley-examples {
background-color: transparent !important;
padding: 0 !important;
border: none !important;
box-shadow: none !important;
}
.custom-form .form-control {
background-color: #F5FFFF !important;
border: 1px solid #ccc; /* optional */
/* color: #000; keep text readable */
box-shadow: none !important;
}
.custom-form .form-control:focus {
background-color: #F5FFFF !important;
box-shadow: none;
}
.custom-form .select2-container--default .select2-selection--multiple {
background-color: #F5FFFF !important;
border: 1px solid #ccc;
}
.custom-form .select2-container .select2-selection--single {
background-color: #F5FFFF !important;
border: 1px solid #ccc !important;
height: 38px !important;
box-shadow: none !important;
}
.custom-form .select2-container--default .select2-selection--multiple {
background-color: #F5FFFF !important;
border: 1px solid #ccc !important;
min-height: 38px !important;
border-radius: 5px; /* optional */
}
.maincard{
margin-top:0 !important;
padding-top: 0 !important;
}
</style>
</head>