1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

If no avatar uploaded user will see the upload button directly on "avatar" without full opacity

Refs #249
This commit is contained in:
David Sevilla Martín
2016-04-16 13:09:09 -04:00
parent bdc4a45466
commit dfb8ad312b
3 changed files with 9 additions and 6 deletions

View File

@@ -14,6 +14,9 @@
text-decoration: none;
border: 0;
}
.AvatarEditor--noAvatar {
opacity: 0.7;
}
&:hover .Dropdown-toggle, &.open .Dropdown-toggle, &.loading .Dropdown-toggle {
opacity: 1;
}