Minor tweaks

This commit is contained in:
Sam Potts
2015-07-25 20:29:19 +10:00
parent e9cdbfb8da
commit a0d2d5cd24
6 changed files with 9 additions and 6 deletions

View File

@ -495,7 +495,7 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo
// Volume control
// <input[type='range']> element
// Specificity is for bootstrap compatibility
&-volume[type=range] {
&-volume[type="range"] {
display: inline-block;
vertical-align: middle;
-webkit-appearance: none;