diff --git a/images/.DS_Store b/images/.DS_Store new file mode 100644 index 0000000..5d3f11f Binary files /dev/null and b/images/.DS_Store differ diff --git a/images/toggle_check.png b/images/toggle_check.png new file mode 100644 index 0000000..664116d Binary files /dev/null and b/images/toggle_check.png differ diff --git a/javascripts/theme.js b/javascripts/theme.js index 31a7071..84aee04 100644 --- a/javascripts/theme.js +++ b/javascripts/theme.js @@ -94,6 +94,7 @@ $(document).ready(function(){ // disableOther( 'showLeft' ); }; $('input[name$="q"]').attr('placeholder','Enter Search Text'); + // $( "a" ).addClass( "fa" ) // $('body').addClass("menu-push-toright"); }) diff --git a/stylesheets/font-awesome.css b/stylesheets/font-awesome.css index f4efeb2..46ca383 100644 --- a/stylesheets/font-awesome.css +++ b/stylesheets/font-awesome.css @@ -11,7 +11,7 @@ font-weight: normal; font-style: normal; } -.fa, .icon { +.fa, form .icon { display: inline-block; font-family: FontAwesome; font-style: normal; @@ -225,7 +225,7 @@ .fa-th-list:before { content: "\f00b"; } -.fa-check:before, .icon-checked:before { +.fa-check:before, form .icon-checked:before { content: "\f00c"; color: #23d2c5;