We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65a69f commit 8c654ceCopy full SHA for 8c654ce
htdocs/themes/math4/math4.js
@@ -5,6 +5,9 @@ $(function(){
5
$('.nav_button').addClass('btn btn-primary');
6
$('.classlist').addClass('table table-condensed classlist-table');
7
8
+ // Make grey_buttons disabled buttons
9
+ $('.gray_button').addClass('btn disabled').removeClass('gray_button');
10
+
11
// replace pencil gifs by something prettier
12
$('td a:has(img[src$="edit.gif"])').each(function () { $(this).html($(this).html().replace(/<img.*>/," <i class='icon-pencil'></i>")); });
13
0 commit comments