add exception for usercard dropdown styling
This commit is contained in:
parent
a960dd6021
commit
3d827ad369
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user