Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme

This commit is contained in:
VE10-Sanjeev 2024-08-30 10:37:49 +00:00
commit 481d6b1cfe

View File

@ -63,6 +63,19 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js"></script>
<style>
::-webkit-scrollbar {
width: 5px;
height: 5px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
background-color: #797a7c;
border-radius: 15px;
height: 5px;
}
::-webkit-scrollbar-track {
background-color: #f5f5f5;
}
/* Select2 Input Hight Set */
.select2-selection.select2-selection--single{
@ -108,9 +121,7 @@
border-bottom: 2px solid #FFF !important;
margin-left: -2%;
}
.form-group {
/* padding-bottom: 4%; */
}
.badge {
color: red;
background-color: #fff;