mirror of https://github.com/perkeep/perkeep.git
server/perkeepd/ui: Fix blob item video play button styling
Closes #776 Change-Id: I85c17f5478b476c06de611f759f618e608120976
This commit is contained in:
parent
249ea1f220
commit
5c043c6311
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue