Sha256: ae4077500b925f861bbb7e12eb85b46b3aaed8cd9eae878137971c4465fdaebd
Contents?: true
Size: 730 Bytes
Versions: 8
Compression:
Stored size: 730 Bytes
Contents
.button { font-family: Tahoma,Geneva,sans-serif; background: #fafafa url('/images/button-gradient-overlay.png') repeat-x; display: inline; font-size: 12px; line-height: 12px; color: #222; padding: 5px 10px; border: 1px solid #999; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-user-select: none; -khtml-user-select: none; } .button img { position: relative; top: 3px; left: -4px; } .buttonHover { background-color: #DDDDFF; border-color: #88a; } .buttonDown { background-image: url('/images/button-gradient-overlay-down.png'); } .buttonDisabled { background: #fafafa url('/images/button-gradient-overlay.png') repeat-x; color: #888; border-color: #ccc; cursor: default; }
Version data entries
8 entries across 8 versions & 1 rubygems