diff --git a/static/css/custom.css b/static/css/custom.css index 8365c48..8a0616d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -143,3 +143,12 @@ td.btn-group{ background-color: #FBEB79; } /*-------END-Switch--------*/ + + +/* Table filter */ +.table th>a { + color: inherit; + cursor: pointer; + text-decoration: none; +} +/* end */ diff --git a/static/js/my.js b/static/js/my.js index 98e8ea9..9b277d3 100644 --- a/static/js/my.js +++ b/static/js/my.js @@ -52,7 +52,6 @@ $(document).ready(function(){ // Validate inputs of form $('input.form-control[pattern]').keyup(function(){ var pr = $(this).closest('.form-group-sm,.form-group'); - console.debug(pr); pr.removeClass('has-success'); pr.removeClass('has-error'); pr.find('.form-control-feedback').remove();