Merge remote-tracking branch 'border/patch-1'

This commit is contained in:
Ozzie Isaacs 2021-12-14 17:50:02 +01:00
commit afbe77de3d
1 changed files with 4 additions and 4 deletions

View File

@ -429,7 +429,7 @@ div.log {
}
#detailcover { cursor:zoom-in; }
#detailcover:-webkit-full-screen { cursor:zoom-out; }
#detailcover:-moz-full-screen { cursor:zoom-out; }
#detailcover:-ms-fullscreen { cursor:zoom-out; }
#detailcover:fullscreen { cursor:zoom-out; }
#detailcover:-webkit-full-screen { cursor:zoom-out; border: 0; }
#detailcover:-moz-full-screen { cursor:zoom-out; border: 0; }
#detailcover:-ms-fullscreen { cursor:zoom-out; border: 0; }
#detailcover:fullscreen { cursor:zoom-out; border: 0; }