userList filter css 추가

This commit is contained in:
yoon 2025-02-11 12:59:40 +09:00
parent 724f0afc61
commit 40c2a166a4

View File

@ -93,4 +93,11 @@
top: 0px !important; top: 0px !important;
left: 5px !important; left: 5px !important;
text-align: left !important; text-align: left !important;
} }
/* userList */
.grayscaleImg {
filter: grayscale(100%);
}