github.com/bosssauce/ponzu@v0.11.1-0.20200102001432-9bc41b703131/system/admin/static/editor/sass/components/_materialbox.scss (about) 1 .materialboxed { 2 cursor: zoom-in; 3 position: relative; 4 @include transition(opacity .4s); 5 6 &:hover { 7 &:not(.active) { 8 opacity: .8; 9 } 10 will-change: left, top, width, height; 11 } 12 } 13 14 .materialboxed.active { 15 cursor: zoom-out; 16 } 17 18 #materialbox-overlay { 19 position:fixed; 20 top:0; 21 left:0; 22 right: 0; 23 bottom: 0; 24 background-color: #292929; 25 z-index: 999; 26 27 will-change: opacity; 28 } 29 .materialbox-caption { 30 position: fixed; 31 display: none; 32 color: #fff; 33 line-height: 50px; 34 bottom: 0; 35 width: 100%; 36 text-align: center; 37 padding: 0% 15%; 38 height: 50px; 39 z-index: 1000; 40 -webkit-font-smoothing: antialiased; 41 }