diff --git a/punch_list/backlog.html b/punch_list/backlog.html index 1a2a852..d83cb6f 100644 --- a/punch_list/backlog.html +++ b/punch_list/backlog.html @@ -2,15 +2,6 @@
- - - - - - - - - @@ -24,6 +15,15 @@ + + + + + + + + + diff --git a/punch_list/css/custom.css b/punch_list/css/custom.css index b0fe258..059ef38 100644 --- a/punch_list/css/custom.css +++ b/punch_list/css/custom.css @@ -24,6 +24,10 @@ margin: 0 1em 1em 0; 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-header { background: #333; color: #aaa;} a.punch-default { color: #aaa; font-size: 12px; text-decoration: none;} diff --git a/punch_list/metadata.js b/punch_list/metadata.js index 05603d7..e27ff69 100644 --- a/punch_list/metadata.js +++ b/punch_list/metadata.js @@ -1,4 +1,4 @@ -var version = "0.5.332", +var version = "0.5.333", debug = false, jsonUrl = "https://api.myjson.com/bins/1dodsj", showDone = false,