add gravatar ux
This commit is contained in:
parent
f2c0261daa
commit
4392a6f058
4 changed files with 34 additions and 15 deletions
|
|
@ -1077,6 +1077,10 @@ button.gray:focus,
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fi-trash.text-gray:hover {
|
||||
color: #CA5649;
|
||||
}
|
||||
|
||||
.photo-container {
|
||||
margin-right: 3px;
|
||||
display: inline-block;
|
||||
|
|
@ -1090,6 +1094,11 @@ button.gray:focus,
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.photo-container.profile {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
a:hover .photo-container {
|
||||
background: #34495E;
|
||||
color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue