Sha256: 7d6fd704cf99a6a380833be784a6ecf3ac19bfa927bd2f30534970cd4a2d2598
Contents?: true
Size: 1.36 KB
Versions: 26
Compression:
Stored size: 1.36 KB
Contents
input.date { background: white image_url("admin/calendar_down.gif") right no-repeat; padding-right: 26px; width: 11em; } .calendar_popup { box-shadow: 0 5px #333; border-radius: 5px; z-index: 1000; border: 1px solid #b2b2b2; background-color: white; padding: 5px; line-height: 140% !important; a { border-radius: 5px; } table.calendar { font-size: 90%; margin: 0 !important; tr.day_header th { border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; color: #cccccc; padding: 2px; } th, td { text-align: center; } th { &.back, &.month_year, &.forward { padding-bottom: 3px; } } td { height: 1em; padding: 3px !important; margin: 0; &.today { border-radius: 5px; background-color: #e5e5e5; } &.today a { background-color: white; } &.selected a { color: white; background-color: #dd6600; } } a { color: black; display: block; font-family: $base-font-family; text-decoration: none; text-align: center; width: 2.25em; padding: 0.2em 0; &:hover { color: white !important; background-color: #3257f4 !important; } } } } body.reversed { .calendar_popup { border: 1px solid white; } }
Version data entries
26 entries across 26 versions & 1 rubygems