-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Themes: Switch theme for DevExpress components
(reference #52)
- Loading branch information
1 parent
04dfc5a
commit 9813c54
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,9 @@ | |
<link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet"> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.5.6/dialog-polyfill.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/devextreme-quill/1.6.2/dx-quill.core.min.css"> | ||
<link rel="stylesheet" href="https://cdn3.devexpress.com/jslib/23.1.3/css/dx.light.css"> | ||
|
||
<link rel="dx-theme" data-theme="generic.light" data-active="true" href="https://cdn3.devexpress.com/jslib/23.1.3/css/dx.light.css"> | ||
<link rel="dx-theme" data-theme="generic.dark" data-active="false" href="https://cdn3.devexpress.com/jslib/23.1.3/css/dx.dark.css"> | ||
|
||
<script type="text/javascript" src="https://code.jquery.com/jquery-3.6.1.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/devextreme-quill/1.6.2/dx-quill.min.js"></script> | ||
<script type="text/javascript" src="https://cdn3.devexpress.com/jslib/23.1.3/js/dx.all.js"></script> | ||
|