Implement Web Assets' theme system and selection, and add 'light' theme #118

Merged
Márton Lente merged 97 commits from martonlente/extensions-website:ui/theme-light into main 2024-05-08 14:20:07 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c533b69e0c - Show all commits

View File

@ -31,7 +31,7 @@ function appendImageUploadForm() {
<div class="align-items-center d-flex previews-list-item-thumbnail ps-3">
<div class="js-input-img-thumbnail previews-list-item-thumbnail-img" title="Preview">
<div class="align-items-center d-flex js-input-img-thumbnail-icon justify-content-center">
<i class="i-img"></i>
<i class="i-image"></i>
</div>
</div>
</div>

View File

@ -11,7 +11,7 @@
<div class="d-flex previews-list-item-thumbnail ps-3">
<div class="js-input-img-thumbnail previews-list-item-thumbnail-img" title="Preview">
<div class="align-items-center d-flex js-input-img-thumbnail-icon justify-content-center">
<i class="i-img"></i>
<i class="i-image"></i>
</div>
</div>
</div>