Fix for Bootstrap compatibility

Fixes #6
This commit is contained in:
Sam Potts
2015-02-28 10:43:42 +11:00
parent 1216968c60
commit f8b4622093
7 changed files with 11 additions and 6 deletions

View File

@ -306,7 +306,9 @@
// Volume control
// <input[type='range']> element
&-volume {
// Specificty is for bootstrap compatibility
&-volume[type=range] {
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;