add exception for usercard dropdown styling
This commit is contained in:
parent
a960dd6021
commit
3d827ad369
|
@ -244,9 +244,12 @@ button.formbutton a {
|
|||
display: block;
|
||||
}
|
||||
|
||||
*.wdropdown > div.select > button {
|
||||
*.wdropdown > div.select > button:not(.usercard) {
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
*.wdropdown > div.select > button {
|
||||
cursor: pointer;
|
||||
margin: 4px;
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in New Issue
Block a user