Add new version in repository

This commit is contained in:
Ludovic CANDELLIER
2021-07-25 23:19:27 +02:00
parent f75632b054
commit b879f11c99
608 changed files with 12235 additions and 7513 deletions

View File

@@ -1,4 +1,55 @@
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;
}