Sha256: 95c2e04bc181e27f8e789e3e671bfb8c496df40ed4bd9bc3459b9f3486c5078d
Contents?: true
Size: 535 Bytes
Versions: 3
Compression:
Stored size: 535 Bytes
Contents
.menu { position: absolute; background-color: #fff; border: 1px solid #bbb; color: #222; padding: 1px; font-size: 12px; -moz-box-shadow: #666 2px 2px 6px; -webkit-box-shadow: #666 2px 2px 6px; } .menuItem { position: relative; cursor: pointer; padding: 5px 20px 5px 30px; white-space: nowrap; } .menuItem img.menuIcon { position: absolute; left: 5px; top: 4px; } .menuItem:hover { background: #ddd url('/images/button-gradient-overlay.png'); } img.subMenuIndicator { position: absolute; right: 3px; top: 9px; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
riojs-0.0.7 | public/stylesheets/components/menu.css |
riojs-0.0.6 | public/stylesheets/components/menu.css |
riojs-0.0.5 | public/stylesheets/components/menu.css |