mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Font-awesomed InfoBox
This commit is contained in:
parent
c1940ee2e7
commit
e459c0ff37
8 changed files with 17 additions and 20 deletions
|
@ -81,4 +81,8 @@
|
|||
$(this).addClass('icon-sign-blank');
|
||||
}
|
||||
});
|
||||
|
||||
$('.infoBox, .successBox, .warningBox, .errorBox, .validationBox').livequery(function () {
|
||||
$(this).prepend('<i class="icon-certificate"></i>');
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue