add exception for usercard dropdown styling

This commit is contained in:
Wirlaburla 2024-03-29 02:20:54 -05:00
parent a960dd6021
commit 3d827ad369

View File

@ -244,9 +244,12 @@ button.formbutton a {
display: block; display: block;
} }
*.wdropdown > div.select > button { *.wdropdown > div.select > button:not(.usercard) {
background: none; background: none;
border: none; border: none;
}
*.wdropdown > div.select > button {
cursor: pointer; cursor: pointer;
margin: 4px; margin: 4px;
text-align: left; text-align: left;