From b24ee155683f0c9d3cee68d505ac31ff9d5b4327 Mon Sep 17 00:00:00 2001 From: Valera Rozuvan Date: Tue, 6 Aug 2013 15:11:04 +0300 Subject: [PATCH] Fixed styling for volume button. For some reason the "muted" icon was not showing. Styles have been corrected.Now on focus background color is also simplified for div .volume control. --- common/lib/xmodule/xmodule/css/videoalpha/display.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common/lib/xmodule/xmodule/css/videoalpha/display.scss b/common/lib/xmodule/xmodule/css/videoalpha/display.scss index 15ed6fb3b0..0b94e1bd71 100644 --- a/common/lib/xmodule/xmodule/css/videoalpha/display.scss +++ b/common/lib/xmodule/xmodule/css/videoalpha/display.scss @@ -299,12 +299,15 @@ div.videoalpha { &.muted { &>a { - background: url('../images/mute.png') 10px center no-repeat; + background-image: url('../images/mute.png'); } } > a { - background: url('../images/volume.png') 10px center no-repeat; + background-image: url('../images/volume.png'); + background-position: 10px center; + background-repeat: no-repeat; + border-right: 1px solid #000; box-shadow: 1px 0 0 #555, inset 1px 0 0 #555; @include clearfix();