mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac: styling
This commit is contained in:
parent
40a715be89
commit
6bf218f720
1 changed files with 9 additions and 0 deletions
|
|
@ -354,6 +354,15 @@ input[type='number'] {
|
|||
}
|
||||
}
|
||||
|
||||
/* checked data-checked="true" */
|
||||
|
||||
li[data-checked='true'] {
|
||||
> div {
|
||||
opacity: 0.5;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
input[type='checkbox'] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue