Skip to content

Commit

Permalink
Removed unused variable and added basic skin look for Seven skin
Browse files Browse the repository at this point in the history
  • Loading branch information
jw-kaurand committed May 28, 2015
1 parent 47a38b0 commit 2790fe9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 12 additions & 1 deletion src/css/skins/seven.less
Expand Up @@ -205,7 +205,8 @@

.jw-time-tip,
.jw-menu,
.jw-volume-tip {
.jw-volume-tip,
.jw-skip {
border: 1px solid #333;

}
Expand All @@ -219,5 +220,15 @@
.jw-volume-tip {
bottom: .15em;
}

.jw-skip {
background: #000;
padding: 0.4em;
border-radius: 1em;

.jw-text, .jw-icon-inline {
color: @inactive-color;
font-size: 0.7em;
}
}
}
2 changes: 0 additions & 2 deletions src/js/controller/instream.js
Expand Up @@ -118,8 +118,6 @@ define([
index: _arrayIndex
}, true);

var controlbar = _view.element().getElementsByClassName('jw-controlbar')[0];

// Copy the playlist item passed in and make sure it's formatted as a proper playlist item
if (_.isArray(item)) {
if (options) {
Expand Down

0 comments on commit 2790fe9

Please sign in to comment.