Skip to content

Commit fe57088

Browse files
committed
fix icons and change toggle_check icon
1 parent 9fbef8c commit fe57088

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

images/.DS_Store

6 KB
Binary file not shown.

images/toggle_check.png

859 Bytes
Loading

javascripts/theme.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ $(document).ready(function(){
9494
// disableOther( 'showLeft' );
9595
};
9696
$('input[name$="q"]').attr('placeholder','Enter Search Text');
97+
// $( "a" ).addClass( "fa" )
9798
// $('body').addClass("menu-push-toright");
9899
})
99100

stylesheets/font-awesome.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-weight: normal;
1212
font-style: normal;
1313
}
14-
.fa, .icon {
14+
.fa, form .icon {
1515
display: inline-block;
1616
font-family: FontAwesome;
1717
font-style: normal;
@@ -225,7 +225,7 @@
225225
.fa-th-list:before {
226226
content: "\f00b";
227227
}
228-
.fa-check:before, .icon-checked:before {
228+
.fa-check:before, form .icon-checked:before {
229229
content: "\f00c";
230230
color: #23d2c5;
231231

0 commit comments

Comments
 (0)