Sha256: c72e0a1d1bc98c1eba3c55de6216d85b974e54fd5e02598f6be86ced39f15a43
Contents?: true
Size: 933 Bytes
Versions: 1
Compression:
Stored size: 933 Bytes
Contents
.button, .button:visited { color: #333; display: inline-block; text-decoration: none; font-weight: normal; line-height: 1; font-size: 0.9em; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0 0px 2px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.2); text-shadow: 0 -1px 1px rgba(255,255,255,1); background: -moz-linear-gradient(100% 100% 90deg, #eee, #fff); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee)); position: relative; cursor: pointer; border: 0; padding: 4px 10px; } .button:hover { color: #000; -moz-box-shadow: 0 0px 2px rgba(0,0,0,0.4); -webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.4); } .button:active { background: -moz-linear-gradient(100% 100% 90deg, #fff, #eee); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#fff)); } .button:active, .button:focus { outline: none; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hazel-0.0.1 | app/public/stylesheets/_buttons.scss |