diff --git a/README.md b/README.md index 7a84cfc..6b63651 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,13 @@ ACCRUE - Hours accrued per day.
TIME OFF - Hours deferred per day.
MAX PTO - Maximum number of hours.
+MIN PTO - Minimum number of hours.
MAX CARRY - Maximum number of hours carried over to the next year.
PAYROLL - Scheduling of pay periods.
ON - Day of pay period.
START DAY - Day where payroll begins.
START PTO - Initial number of hours on the starting day. + +

Settings

+Save Data - Save the calendar and copy the json data to your clipboard.
+Load Data - Load the json data from the text box below into the calendar.
diff --git a/index.html b/index.html index 0b26f64..d0d1b29 100644 --- a/index.html +++ b/index.html @@ -193,7 +193,7 @@

File

- +
diff --git a/style/sidebar.css b/style/sidebar.css index eb61af7..39aff34 100644 --- a/style/sidebar.css +++ b/style/sidebar.css @@ -96,3 +96,8 @@ margin-right: 4px; text-align: center; } + +.sidebar input::placeholder { + color: white; + opacity: 0.3; +}