1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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 02b110e545
commit af5f47bb90
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;
}