We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbef8c commit fe57088Copy full SHA for fe57088
images/.DS_Store
6 KB
images/toggle_check.png
859 Bytes
javascripts/theme.js
@@ -94,6 +94,7 @@ $(document).ready(function(){
94
// disableOther( 'showLeft' );
95
};
96
$('input[name$="q"]').attr('placeholder','Enter Search Text');
97
+ // $( "a" ).addClass( "fa" )
98
// $('body').addClass("menu-push-toright");
99
})
100
stylesheets/font-awesome.css
@@ -11,7 +11,7 @@
11
font-weight: normal;
12
font-style: normal;
13
}
14
-.fa, .icon {
+.fa, form .icon {
15
display: inline-block;
16
font-family: FontAwesome;
17
@@ -225,7 +225,7 @@
225
.fa-th-list:before {
226
content: "\f00b";
227
228
-.fa-check:before, .icon-checked:before {
+.fa-check:before, form .icon-checked:before {
229
content: "\f00c";
230
color: #23d2c5;
231
0 commit comments