Skip to content

Commit

Permalink
fix icons and change toggle_check icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrino committed Jul 23, 2014
1 parent 9fbef8c commit fe57088
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file added images/.DS_Store
Binary file not shown.
Binary file added images/toggle_check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions javascripts/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
})

4 changes: 2 additions & 2 deletions stylesheets/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
font-weight: normal;
font-style: normal;
}
.fa, .icon {
.fa, form .icon {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit fe57088

Please sign in to comment.