diff --git a/css/src/main.css b/css/src/main.css index 9e46e8b4a..d0c4b7fc1 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -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; diff --git a/img/change-avatar.png b/img/change-avatar.png new file mode 100644 index 000000000..6c0ed0826 Binary files /dev/null and b/img/change-avatar.png differ diff --git a/views/includes/head.html b/views/includes/head.html index 0e39f7bcd..c6daa80d9 100644 --- a/views/includes/head.html +++ b/views/includes/head.html @@ -17,7 +17,9 @@