updated bootstrap-slider to 10.6.2 (according to docs & package.json)

- updated bower.json
- updated package.json & package-lock.json
- added slider color options in build/less/miscellaneous.less
- updated bower_components
- updated pages/UI/sliders.html
- updated plugins files
This commit is contained in:
REJack
2019-08-11 10:57:32 +02:00
parent 3e4b0cdcb7
commit d3a213afda
80 changed files with 19194 additions and 694 deletions

18
dist/css/AdminLTE.css vendored
View File

@@ -5489,6 +5489,24 @@ fieldset[disabled] .btn-yahoo.focus {
hr {
border-top: 1px solid #555555;
}
#red .slider-selection {
background: #f56954;
}
#blue .slider-selection {
background: #3c8dbc;
}
#green .slider-selection {
background: #00a65a;
}
#yellow .slider-selection {
background: #f39c12;
}
#aqua .slider-selection {
background: #00c0ef;
}
#purple .slider-selection {
background: #932ab6;
}
/*
* Misc: print
* -----------