Sha256: c822213f92fa58e1057fb774282c38e9436d1072fd74a6ade7c96f700bec384b
Contents?: true
Size: 1.13 KB
Versions: 23
Compression:
Stored size: 1.13 KB
Contents
/* ========================================================================== Project: Greenhouse - Modal Panel Styling Author: Matt Grantham - @MattGrantham ========================================================================== */ .sc-modal.for-sc-panel { background: #000; opacity: 0.3; } .sc-modal.for-sc-panel + .sc-panel { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #555; box-shadow: 0 4px 14px rgba(0,0,0,0.8); -moz-box-shadow: 0 4px 14px rgba(0,0,0,0.8); -webkit-box-shadow: 0 4px 14px rgba(0,0,0,0.8); background: #333; color: #fff; } .sc-modal.for-sc-panel + .sc-panel > .sc-view { background: none; } /* Hide superfluous divs (css3 baby!) */ .sc-modal.for-sc-panel + .sc-panel .top-left-edge, .sc-modal.for-sc-panel + .sc-panel .top-edge, .sc-modal.for-sc-panel + .sc-panel .top-right-edge, .sc-modal.for-sc-panel + .sc-panel .right-edge, .sc-modal.for-sc-panel + .sc-panel .bottom-right-edge, .sc-modal.for-sc-panel + .sc-panel .bottom-edge, .sc-modal.for-sc-panel + .sc-panel .bottom-left-edge, .sc-modal.for-sc-panel + .sc-panel .left-edge { display: none; }
Version data entries
23 entries across 23 versions & 1 rubygems