Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme
This commit is contained in:
commit
481d6b1cfe
@ -63,6 +63,19 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js"></script>
|
||||||
|
|
||||||
<style>
|
<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 Input Hight Set */
|
||||||
.select2-selection.select2-selection--single{
|
.select2-selection.select2-selection--single{
|
||||||
@ -108,9 +121,7 @@
|
|||||||
border-bottom: 2px solid #FFF !important;
|
border-bottom: 2px solid #FFF !important;
|
||||||
margin-left: -2%;
|
margin-left: -2%;
|
||||||
}
|
}
|
||||||
.form-group {
|
|
||||||
/* padding-bottom: 4%; */
|
|
||||||
}
|
|
||||||
.badge {
|
.badge {
|
||||||
color: red;
|
color: red;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user