Add filter for active persona LB button

This commit is contained in:
Cohee 2024-12-11 18:30:36 +02:00
parent 3be17e2ed8
commit 16c2183fd0

View File

@ -2788,6 +2788,10 @@ select option:not(:checked) {
width: max-content;
}
#persona-management-block .menu_button {
filter: grayscale(0.5);
}
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
height: 1em;