Skip to content

Commit

Permalink
Hiding frame icons except on hover. Closes #371
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki committed Mar 4, 2015
1 parent e9fed9f commit eb7c947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-server/plugins/slycat-parameter-image/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ rights in this software.
}
#scatterplot .close-button,
#scatterplot .resize-handle,
#scatterplot .pin-button,
#scatterplot .pin-button
{
visibility: hidden;
}
Expand All @@ -473,7 +473,7 @@ rights in this software.
#scatterplot .media-layer .image-frame:hover .resize-handle,
#scatterplot .media-layer .image-frame.resizing .resize-handle,
#scatterplot .media-layer .image-frame:hover .pin-button,
#scatterplot .media-layer .open-image:hover .close-button,
#scatterplot .media-layer .open-image:hover .close-button
{
visibility: visible;
}
Expand Down

0 comments on commit eb7c947

Please sign in to comment.