Sha256: 523fe77c02e7d785fb34ca2200b05943b7bc0ef6915f75d749b3755182d8146d
Contents?: true
Size: 837 Bytes
Versions: 44
Compression:
Stored size: 837 Bytes
Contents
/* * Reset button related properties so that * a, button, and input's are supported. */ /* * Minimalistic flat button with white inset. */ button, a.button { display: block; text-decoration: none; background: #e3e3e3; border: 1px solid #bdbdbd; border-radius: 3px; box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.80); color: #333; font-family: 'helvetica neue', helvetica, arial, sans-serif; font-size: 12px; font-weight: bold; line-height: 1; padding: 8px 0 9px; text-align: center; text-shadow: 0 1px 0 #fff; width: 150px; } button:hover, a.button:hover { background: #dbdbdb; box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.50); color: #222; cursor: pointer; } button:active, a.button:active { background: #d6d6d6; box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.20); color: #000; }
Version data entries
44 entries across 22 versions & 1 rubygems