Skip to content

Commit

Permalink
FLUID-4813: tested on Win xp and Win 7, cleaned up reset styles
Browse files Browse the repository at this point in the history
  • Loading branch information
heidiv committed Dec 4, 2012
1 parent bd53e8a commit fc9d0eb
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions css/VideoPlayer.css
Expand Up @@ -342,31 +342,6 @@ a.fl-videoPlayer-button-wrapper {
}

/* Volume slider theming */

/* reset */
.fl-theme-uio-yb .fl-videoPlayer-volumeControl,
.fl-theme-uio-wb .fl-videoPlayer-volumeControl,
.fl-theme-uio-by .fl-videoPlayer-volumeControl,
.fl-theme-uio-bw .fl-videoPlayer-volumeControl {
background: none !important;
border-collapse: separate; /* IE9 */
}

.fl-theme-uio-yb .fl-videoPlayer-volumeControl .ui-slider-range-min,
.fl-theme-uio-wb .fl-videoPlayer-volumeControl .ui-slider-range-min,
.fl-theme-uio-by .fl-videoPlayer-volumeControl .ui-slider-range-min,
.fl-theme-uio-bw .fl-videoPlayer-volumeControl .ui-slider-range-min {
background: none !important;
}

.fl-theme-uio-yb .fl-videoPlayer-volumeControl .ui-slider-handle,
.fl-theme-uio-wb .fl-videoPlayer-volumeControl .ui-slider-handle,
.fl-theme-uio-by .fl-videoPlayer-volumeControl .ui-slider-handle,
.fl-theme-uio-bw .fl-videoPlayer-volumeControl .ui-slider-handle {
background: none !important;
}

/* add theme colours */
.fl-theme-uio-yb .fl-videoPlayer-volumeControl,
.fl-theme-uio-wb .fl-videoPlayer-volumeControl {
box-shadow: inset 0 0 0 2px #000000;
Expand All @@ -380,6 +355,7 @@ a.fl-videoPlayer-button-wrapper {
}
.fl-theme-uio-yb .fl-videoPlayer-volumeControl .ui-slider-handle,
.fl-theme-uio-wb .fl-videoPlayer-volumeControl .ui-slider-handle {
background-image: none !important;
border: 2px solid #000000 !important;
}
.fl-theme-uio-yb .fl-videoPlayer-volumeControl .ui-slider-handle {
Expand All @@ -390,6 +366,7 @@ a.fl-videoPlayer-button-wrapper {
}
.fl-theme-uio-yb .fl-videoPlayer-volumeControl .ui-slider-range-min,
.fl-theme-uio-wb .fl-videoPlayer-volumeControl .ui-slider-range-min {
background-image: none !important;
background-color: #000000 !important;
}

Expand All @@ -409,6 +386,7 @@ a.fl-videoPlayer-button-wrapper {
}
.fl-theme-uio-by .fl-videoPlayer-volumeControl .ui-slider-handle,
.fl-theme-uio-bw .fl-videoPlayer-volumeControl .ui-slider-handle {
background-image: none !important;
background-color: #000000 !important;
}
.fl-theme-uio-by .fl-videoPlayer-volumeControl .ui-slider-handle {
Expand All @@ -418,9 +396,11 @@ a.fl-videoPlayer-button-wrapper {
border: 2px solid #FFFFFF !important;
}
.fl-theme-uio-by .fl-videoPlayer-volumeControl .ui-slider-range-min {
background-image: none !important;
background-color: #FFFF00 !important;
}
.fl-theme-uio-bw .fl-videoPlayer-volumeControl .ui-slider-range-min {
background-image: none !important;
background-color: #FFFFFF !important;
}

Expand Down

0 comments on commit fc9d0eb

Please sign in to comment.