FIX_CSS File Fields Height and Width.

This commit is contained in:
venba-Inspriron-3558 2025-10-31 12:40:26 +05:30
parent 47fe825522
commit 6169a16326

View File

@ -62,7 +62,7 @@
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.3/dist/umd/popper.min.js"></script>
<!-- <link rel="manifest" href="../manifest.json"> -->
<link rel="manifest" href="../manifest.json">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
@ -71,15 +71,15 @@
<script>
// if ('serviceWorker' in navigator) {
// window.addEventListener('load', function() {
// navigator.serviceWorker.register('../service-worker.js').then(function(registration) {
// // console.log('Service Worker registration successful with scope:', registration.scope);
// }, function(err) {
// // console.log('Service Worker registration failed:', err);
// });
// });
// }
if ('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('../service-worker.js').then(function(registration) {
// console.log('Service Worker registration successful with scope:', registration.scope);
}, function(err) {
// console.log('Service Worker registration failed:', err);
});
});
}
</script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" />
@ -1254,16 +1254,16 @@
}
/* Cancel Bootstrap's .form-control for file inputs */
input[type="file"].form-control {
height: auto !important;
/* input[type="file"].form-control { */
/* height: auto !important;*/
/* remove forced height */
padding: initial !important;
/* padding: initial !important;*/
/* reset padding */
font-size: inherit !important;
/* font-size: inherit !important;*/
/* reset font size */
line-height: normal !important;
/* line-height: normal !important;*/
/* reset line height */
}
/* } */
/* Apply to Select2 (single select) */