Skip to content

Commit

Permalink
Changing color of filter slider knobs, closes #627. Adding looping to…
Browse files Browse the repository at this point in the history
… video playback, closes #639.
  • Loading branch information
alexsielicki committed Aug 8, 2016
1 parent f4801c9 commit efbab13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-server/css/slycat.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ slycat-navbar .alert pre

.slycat-range-slider .thumb
{
background: #bbb;
background: #aabbff;
border-radius: 6px;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
Expand All @@ -428,7 +428,7 @@ slycat-navbar .alert pre

.slycat-range-slider .thumb:hover, .slycat-range-slider.dragging .thumb, .slycat-range-slider:hover .thumb
{
background: #888;
background: #7788ff;
}

.slycat-clickable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,7 @@ define("slycat-parameter-image-scatterplot", ["slycat-server-root", "d3", "URI",
.attr("data-uri", image.uri)
.attr("src", image_url)
.attr("controls", true)
.attr("loop", true)
.style({
"display": "none",
})
Expand Down

0 comments on commit efbab13

Please sign in to comment.