fix pointer events for color picker in theme configurator

This commit is contained in:
anapnoe
2023-04-24 16:05:28 +03:00
parent 4589dbeaff
commit 3db4fbf037
2 changed files with 6 additions and 0 deletions
@@ -86,12 +86,15 @@
#tab_ui_theme [id*="color"] label{
display:flex;
align-items: center;
pointer-events: none;
}
#tab_ui_theme [id*="color"] label span{
min-width: 50% !important;
}
#tab_ui_theme [id*="color"] label input{
flex-grow:1;
pointer-events: all;
cursor: pointer;
}
#settings_ui_theme > div > div
+3
View File
@@ -721,6 +721,9 @@ div.svelte-1frtwj3 {
background-color: var(--ae-panel-bg-color);
height: 60px !important;
}
.thumbnails {
justify-content: flex-start !important;
}
[id$="2img_gallery"] .thumbnail-small {
height: auto !important;
}