Commit ab7354c3 by Kyle Fiedler Committed by Matthew Mongeau

Added some styles to clean up volume slider

parent 93bfb7b3
...@@ -334,9 +334,9 @@ section.course-content { ...@@ -334,9 +334,9 @@ section.course-content {
display: none; display: none;
opacity: 0; opacity: 0;
position: absolute; position: absolute;
width: 35px; width: 45px;
height: 125px; height: 125px;
margin-left: 5px; margin-left: -1px;
z-index: 10; z-index: 10;
.volume-slider { .volume-slider {
...@@ -344,6 +344,9 @@ section.course-content { ...@@ -344,6 +344,9 @@ section.course-content {
border: 0; border: 0;
width: 5px; width: 5px;
margin: 14px auto; margin: 14px auto;
background: #666;
border: 1px solid #000;
@include box-shadow(0 1px 0 #333);
a.ui-slider-handle { a.ui-slider-handle {
background: $mit-red url(../images/slider-handle.png) center center no-repeat; background: $mit-red url(../images/slider-handle.png) center center no-repeat;
...@@ -359,7 +362,7 @@ section.course-content { ...@@ -359,7 +362,7 @@ section.course-content {
} }
.ui-slider-range { .ui-slider-range {
background: #666; background: #ddd;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment