server/perkeepd/ui: Fix blob item video play button styling

Closes #776

Change-Id: I85c17f5478b476c06de611f759f618e608120976
This commit is contained in:
Omar Chehab 2019-06-11 19:36:44 -07:00 committed by Brad Fitzpatrick
parent 249ea1f220
commit 5c043c6311
1 changed files with 4 additions and 13 deletions

View File

@ -35,19 +35,10 @@ limitations under the License.
.cam-blobitem-video .fa-pause {
cursor: default;
position: absolute;
left: 35%;
top: 40%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: rgba(125, 125, 125, 0.85);
line-height: 100%;
}
.cam-blobitem-video .fa-pause {
left: 32%;
}
.cam-blobitem-video-loaded .fa-play {
left: 40%;
}
.cam-blobitem-video-loaded .fa-pause {
left: 37%;
cursor: pointer;
}