Skip to content

Commit

Permalink
range highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Jan 11, 2018
1 parent 7b39199 commit 0701fb0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions dist/iiif-av-component.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,13 @@
position: absolute;
background: chartreuse;
height: 20px;
width: 100px;
}
.iiif-av-component .timelineContainer .ui-slider-range {
background: #888888;
box-sizing: border-box;
border-right: 2px solid #000000;
opacity: 0.7;
filter: alpha(opacity=70);
opacity: 0.6;
filter: alpha(opacity=60);
}
.iiif-av-component .timelineContainer .ui-slider-handle {
top: 0px;
Expand Down
5 changes: 2 additions & 3 deletions examples/css/iiif-av-component.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,13 @@
position: absolute;
background: chartreuse;
height: 20px;
width: 100px;
}
.iiif-av-component .timelineContainer .ui-slider-range {
background: #888888;
box-sizing: border-box;
border-right: 2px solid #000000;
opacity: 0.7;
filter: alpha(opacity=70);
opacity: 0.6;
filter: alpha(opacity=60);
}
.iiif-av-component .timelineContainer .ui-slider-handle {
top: 0px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iiif-av-component",
"version": "0.0.9",
"version": "0.0.10",
"description": "",
"main": "index.js",
"types": "./dist/iiif-av-component.d.ts",
Expand Down
3 changes: 1 addition & 2 deletions src/css/iiif-av-component.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,13 @@
position: absolute;
background: chartreuse;
height: 20px;
width: 100px;
}

.timelineContainer .ui-slider-range {
background: #888888;
box-sizing: border-box;
border-right: 2px solid #000000;
.opacity(.7);
.opacity(.6);
}

.timelineContainer .ui-slider-handle {
Expand Down

0 comments on commit 0701fb0

Please sign in to comment.