Sha256: c765b6e082cf2ca012e503e382dbc6e901a1634be3f066321ea21b626f6d55e8
Contents?: true
Size: 539 Bytes
Versions: 5
Compression:
Stored size: 539 Bytes
Contents
.menuOverlay { position:absolute; top:0; left:0; width:100%; height:100%; z-index:5000; background-color:#fff; -moz-opacity: 0.01; opacity:.01; filter: alpha(opacity=1); } .menu { position: absolute; background-color: #eee; border: 1px solid #bbb; color: #222; z-index: 7500; padding: 1px; font-size: 12px; -moz-box-shadow: #666 2px 2px 6px; -webkit-box-shadow: #666 2px 2px 6px; } .menuItem { cursor: pointer; padding: 2px 20px; } .menuItemHover { background: #ddd url('/images/button-gradient-overlay.png'); }
Version data entries
5 entries across 5 versions & 1 rubygems