diff options
| author | s1n <[email protected]> | 2020-03-28 10:36:41 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:36:41 -0700 |
| commit | 25b7d2aab61ae6421398d3abae5da6ffe590333d (patch) | |
| tree | 611985ec78bb2d94099c9fd5dd687f5c9cee6f3e /css/cal.css | |
| parent | Initial commit (diff) | |
| download | crack.cf-backup-master.tar.xz crack.cf-backup-master.zip | |
Diffstat (limited to 'css/cal.css')
| -rw-r--r-- | css/cal.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/css/cal.css b/css/cal.css new file mode 100644 index 0000000..c77dfc6 --- /dev/null +++ b/css/cal.css @@ -0,0 +1,14 @@ +/* Calendar */ +.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; width: 215px } +.datepicker tr.controls th { height: 22px; font-size: 11px; } +.datepicker select { font-size: 11px; } +.datepicker tr.days th { height: 18px; } +.datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; } +.datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; } +.datepicker th span, .datepicker tfoot td span { font-weight: bold; } +.datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; } +.datepicker tbody td.date { cursor: pointer; } +.datepicker tbody td.date.over { background-color: #99ffff; } +.datepicker tbody td.date.chosen { font-weight: bold; background-color: #ccffcc; } +/* Form defaults */ +#date_and, #date_second {display:none}
\ No newline at end of file |