Sha256: 1dbf8cb3665eb21d2b0bfb4445c38e9491da8a826b092a8ec260c0fade9f7f55
Contents?: true
Size: 456 Bytes
Versions: 1
Compression:
Stored size: 456 Bytes
Contents
.menu { position: absolute; top: 0; left: 0; z-index: 100; margin: 0; padding: 0; background: white; border: 1px solid rgba(0,0,0,0.2); } .menu li { list-style: none; } .menu li a { display: block; padding: 5px 30px 5px 12px; text-decoration: none; border-top: 1px solid #eee; color: #2e2e2e; outline: none; } .menu li:first-child a { border-top: none; } .menu li a:hover, .menu li.selected a { background: #f1faff; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uikit-rails-0.0.2 | vendor/assets/stylesheets/ui.menu.css |