2.0 - WebUI builder ("Cielight" merge) #9

Merged
Djeex merged 43 commits from beta into main 2025-08-26 10:52:13 +02:00
36 changed files with 3780 additions and 14 deletions
Showing only changes of commit ded97700d9 - Show all commits

View File

@ -699,13 +699,14 @@ img#thumbnail-preview {
} }
#theme-editor button.color-btn { #theme-editor-form button.color-btn {
height: 100%; height: 40px;
border-radius: 8px; border-radius: 40px;
cursor: pointer; cursor: pointer;
display: inline-block; display: inline-block;
margin-top: 0px; margin-top: 0px;
margin-bottom: 4px; margin-bottom: 4px;
width: 40px;
} }
input[type="color"].color-input { input[type="color"].color-input {