Use a "zoom-in" mouse cursor suggest the panel fixing.

This commit is contained in:
Paul Schneider 2015-03-05 11:31:47 +01:00
commit b578f6c623
2 changed files with 8 additions and 1 deletions

View file

@ -28,7 +28,10 @@ main {
border-radius:5px; border: solid 1px #000060;
float: right;
}
.bsh { float: right; }
video,img {
max-width:100%;
max-height:75%;
@ -184,6 +187,7 @@ padding-left: 20px;
}
@media all and (max-width: 640px) {
.bshpanel { cursor:zoom-in; }
.bshd:hover > .bshpanel {
display: block;