Sha256: 65e6cfa0455245e3a3ea60e84ede6f5bc3be0ecfbdacf9a5e19d0a46e12c1a84
Contents?: true
Size: 914 Bytes
Versions: 3
Compression:
Stored size: 914 Bytes
Contents
// PAGER // ----- .pager a { padding: 4px 12px; border: 1px solid #dcdcdc; @include border-radius(2px); background-color: $btnBackground; @include gradient-vertical(#f5f5f5,#f1f1f1); color: #333; text-shadow: 0 1px 0 #fff; text-decoration: none; white-space: nowrap; font-weight: bold; cursor: default; outline: none; overflow: visible; } .pager a:hover { border-color: #c6c6c6; @include gradient-vertical(#f8f8f8,#f1f1f1); @include box-shadow(0 1px 1px rgba(0,0,0,0.1)); } .pager a:active { background-color: #f4f4f4; @include gradient-vertical(#f6f6f6,#f1f1f1); @include box-shadow(inset 0 1px 2px rgba(0, 0, 0, 0.1)); } .pager .disabled a, .pager .disabled a:hover { color: darken($white, 30%); border-color: darken($white, 15%); background-color: $btnBackground; @include gradient-vertical(#f5f5f5,#f1f1f1); @include box-shadow(none); text-shadow: none; }
Version data entries
3 entries across 3 versions & 1 rubygems