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

View File

@@ -609,3 +609,29 @@
hr {
border-top: 1px solid @hr-border;
}
// bootstrap slider
#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;
}