UNPKG

primereact

Version:

[![Join the chat at https://gitter.im/primefaces/primereact](https://badges.gitter.im/primefaces/primereact.svg)](https://gitter.im/primefaces/primereact?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

65 lines (53 loc) 1.16 kB
.ui-lightbox { position: fixed; } .ui-lightbox-content-wrapper { position: relative; } .ui-lightbox-content { position: relative; margin: 0; padding: 0; background-color: #000000; -webkit-transition-property: width, height; -moz-transition-property: width, height; -ms-transition-property: width, height; -o-transition-property: width, height; transition-property: width, height; } .ui-lightbox-nav-right, .ui-lightbox-nav-left { position: absolute; top: 50%; cursor: pointer; } .ui-lightbox-nav-left { left: 0; } .ui-lightbox-nav-right { right: 0; } .ui-lightbox-loading .ui-lightbox-content { background: url("./images/loading.gif") #000000 center center no-repeat; } .ui-lightbox-caption { padding: 0.2em 0.4em; display: none; } .ui-lightbox-caption-text { margin: 0.3em 0 0.1em 0; float:left; } .ui-lightbox-close { float:right; margin: 0; padding: .125em; } .ui-lightbox-close.ui-state-hover { padding: 0; } .ui-lightbox-nav-left, .ui-lightbox-nav-right { opacity: .5; } .ui-lightbox-nav-left:hover, .ui-lightbox-nav-right:hover{ opacity: 1; }