mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
bootstrap 4.5 & Bootswatch Themes
This commit is contained in:
parent
e2b7b77da0
commit
0e5840498e
230 changed files with 19531 additions and 5077 deletions
12
static/js/bootstrap-multiselect.js
vendored
12
static/js/bootstrap-multiselect.js
vendored
|
|
@ -400,7 +400,7 @@
|
|||
|
||||
},
|
||||
enableHTML: false,
|
||||
buttonClass: 'btn btn-default',
|
||||
buttonClass: 'btn btn-secondary',
|
||||
inheritClass: false,
|
||||
buttonWidth: 'auto',
|
||||
buttonContainer: '<div class="btn-group" />',
|
||||
|
|
@ -441,12 +441,12 @@
|
|||
templates: {
|
||||
button: '<button type="button" class="multiselect dropdown-toggle" data-toggle="dropdown"><span class="multiselect-selected-text"></span> <b class="caret"></b></button>',
|
||||
ul: '<ul class="multiselect-container dropdown-menu"></ul>',
|
||||
filter: '<li class="multiselect-item multiselect-filter"><div class="input-group"><span class="input-group-addon"><i class="glyphicon glyphicon-search"></i></span><input class="form-control multiselect-search" type="text" /></div></li>',
|
||||
filterClearBtn: '<span class="input-group-btn"><button class="btn btn-default multiselect-clear-filter" type="button"><i class="glyphicon glyphicon-remove-circle"></i></button></span>',
|
||||
filter: '<li class="multiselect-item multiselect-filter"><div class="input-group"><span class="input-group-addon"><i class="fa fa-search"></i></span><input class="form-control multiselect-search" type="text" /></div></li>',
|
||||
filterClearBtn: '<span class="input-group-btn"><button class="btn btn-secondary multiselect-clear-filter" type="button"><i class="fa fa-remove-circle"></i></button></span>',
|
||||
li: '<li><a tabindex="0"><label></label></a></li>',
|
||||
divider: '<li class="multiselect-item divider"></li>',
|
||||
liGroup: '<li class="multiselect-item multiselect-group"><label></label></li>',
|
||||
resetButton: '<li class="multiselect-reset text-center"><div class="input-group"><a class="btn btn-default btn-block"></a></div></li>'
|
||||
resetButton: '<li class="multiselect-reset text-center"><div class="input-group"><a class="btn btn-secondary btn-block"></a></div></li>'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -509,7 +509,7 @@
|
|||
this.$ul = $(this.options.templates.ul);
|
||||
|
||||
if (this.options.dropRight) {
|
||||
this.$ul.addClass('pull-right');
|
||||
this.$ul.addClass('float-right');
|
||||
}
|
||||
|
||||
// Set max height of dropdown menu to activate auto scrollbar.
|
||||
|
|
@ -1491,7 +1491,7 @@
|
|||
}
|
||||
|
||||
if (this.options.dropRight) {
|
||||
this.$ul.addClass('pull-right');
|
||||
this.$ul.addClass('float-right');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
7
static/js/bootstrap.bundle.min.js
vendored
Normal file
7
static/js/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
static/js/bootstrap.bundle.min.js.map
Executable file
1
static/js/bootstrap.bundle.min.js.map
Executable file
File diff suppressed because one or more lines are too long
6
static/js/bootstrap.min.js
vendored
6
static/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -21,7 +21,6 @@ html {
|
|||
}
|
||||
|
||||
#noVNC_status_bar {
|
||||
margin-top: 52px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
7
static/js/plugins/morris/morris.min.js
vendored
7
static/js/plugins/morris/morris.min.js
vendored
File diff suppressed because one or more lines are too long
11
static/js/plugins/morris/raphael.min.js
vendored
11
static/js/plugins/morris/raphael.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue