Skip to content

Commit 5c92a41

Browse files
Merge pull request #20 from stephanediondev/dark
Change to dark mode
2 parents 8635c33 + f07ae7f commit 5c92a41

File tree

197 files changed

+348
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+348
-338
lines changed

assets/js/app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ if('serviceWorker' in navigator && 'https:' == window.location.protocol) {
9898
}
9999

100100
$(document).ready(function () {
101-
$('label.required').append(' <small class="badge bg-dark text-light ml-1">' + trans_required + '</small>');
101+
$('label.required').append(' <small class="badge bg-light text-dark ml-1">' + trans_required + '</small>');
102102

103-
$('select').select2({
103+
/*$('select').select2({
104104
theme: 'bootstrap4',
105-
});
105+
});*/
106106

107107
$(document).on('click', '.dashboard-table-expand', function(event) {
108108
event.preventDefault();
972 Bytes
173 Bytes

0 commit comments

Comments
 (0)