56 lines
1011 B
CSS
56 lines
1011 B
CSS
ul .jqtree_common {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.select2 {
|
|
width: 100%;
|
|
}
|
|
|
|
.select2-selection__choice, .select2-selection__choice__remove {
|
|
background-color: rgba(0,163,203, 1)!important;
|
|
color: #FFF!important;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--single {
|
|
border: 1px solid #ced4da;
|
|
padding: .46875rem .75rem;
|
|
height: calc(2.25rem + 2px);
|
|
}
|
|
|
|
|
|
.select2-container--default .select2-selection--single {
|
|
border: 1px solid #ced4da;
|
|
padding: .46875rem .75rem;
|
|
height: calc(2.25rem + 2px);
|
|
}
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
height: 31px!important;
|
|
right: 6px;
|
|
}
|
|
|
|
.navbar-green, .bg-green {
|
|
background-color: #527C39!important;
|
|
}
|
|
|
|
.green {
|
|
color: #527C39!important;
|
|
}
|
|
|
|
.sidebar-dark-green, .bg-dark-green {
|
|
background-color: #344F16!important;
|
|
}
|
|
|
|
.dark-green {
|
|
color: #344F16!important;
|
|
}
|
|
|
|
.bg-yellow {
|
|
background-color: #F2B90F!important;
|
|
}
|
|
|
|
.yellow {
|
|
color: #F2B90F!important;
|
|
}
|