mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-19 17:25:09 +02:00
fix pointer events for color picker in theme configurator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user