prep version
This commit is contained in:
32
dist/css/alt/adminlte.plugins.css
vendored
32
dist/css/alt/adminlte.plugins.css
vendored
@@ -1,6 +1,6 @@
|
||||
@charset "UTF-8";
|
||||
/*!
|
||||
* AdminLTE v3.0.0-rc.6
|
||||
* AdminLTE v3.0.0
|
||||
* Only Plugins
|
||||
* Author: Colorlib
|
||||
* Website: AdminLTE.io <http://adminlte.io>
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
.select2-container--default .select2-selection--single {
|
||||
border: 1px solid #ced4da;
|
||||
padding: 6px 12px;
|
||||
padding: 0.46875rem 0.75rem;
|
||||
height: calc(2.25rem + 2px);
|
||||
}
|
||||
|
||||
@@ -203,12 +203,13 @@
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
|
||||
padding: 0 0.375rem 0.28125rem;
|
||||
padding: 0 0.375rem 0.375rem;
|
||||
margin-bottom: -0.375rem;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline {
|
||||
width: 100%;
|
||||
margin-left: 0.375rem;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
|
||||
@@ -220,19 +221,12 @@
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
||||
border-color: #80bdff;
|
||||
}
|
||||
|
||||
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice {
|
||||
background-color: #007bff;
|
||||
border-color: #006fe6;
|
||||
color: #ffffff;
|
||||
padding: 0 10px;
|
||||
margin-top: .31rem;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||
@@ -246,6 +240,22 @@
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.text-sm .select2-container--default .select2-selection--multiple .select2-search.select2-search--inline .select2-search__field, .select2-container--default .select2-selection--multiple.text-sm .select2-search.select2-search--inline .select2-search__field {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.text-sm .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple.text-sm .select2-selection__choice {
|
||||
margin-top: .4rem;
|
||||
}
|
||||
|
||||
.select2-container--default.select2-container--focus .select2-selection--multiple {
|
||||
border-color: #80bdff;
|
||||
}
|
||||
|
||||
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-search__field {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.select2-container--default .select2-selection--single .select2-selection__rendered li {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user