This commit is contained in:
Kameron Kenny 2019-06-26 07:55:22 -04:00
parent b299c54aa2
commit 38922e0b2d
3 changed files with 14 additions and 10 deletions

View File

@ -2,15 +2,6 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/datepicker.min.css">
<!-- CSS -->
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- <link rel="stylesheet" type="text/css" href="style.css"> --> <!-- <link rel="stylesheet" type="text/css" href="style.css"> -->
<!-- No Cache --> <!-- No Cache -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
@ -24,6 +15,15 @@
<script src="js/datepicker.min.js"></script> <script src="js/datepicker.min.js"></script>
<script src="js/i18n/datepicker.en.js"></script> <script src="js/i18n/datepicker.en.js"></script>
<script src="https://apis.google.com/js/platform.js" async defer></script> <script src="https://apis.google.com/js/platform.js" async defer></script>
<!-- Font -->
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/datepicker.min.css">
<!-- CSS -->
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
</head> </head>
<body> <body>

View File

@ -24,6 +24,10 @@
margin: 0 1em 1em 0; margin: 0 1em 1em 0;
height: 50px; height: 50px;
} }
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png");
}
.ui-widget-content { background: #000; color: #aaa;} .ui-widget-content { background: #000; color: #aaa;}
.ui-widget-header { background: #333; color: #aaa;} .ui-widget-header { background: #333; color: #aaa;}
a.punch-default { color: #aaa; font-size: 12px; text-decoration: none;} a.punch-default { color: #aaa; font-size: 12px; text-decoration: none;}

View File

@ -1,4 +1,4 @@
var version = "0.5.332", var version = "0.5.333",
debug = false, debug = false,
jsonUrl = "https://api.myjson.com/bins/1dodsj", jsonUrl = "https://api.myjson.com/bins/1dodsj",
showDone = false, showDone = false,