summaryrefslogtreecommitdiffstats
path: root/css/public
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-07-26 12:13:26 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-07-26 12:15:09 +0200
commit09b3a322a8870c34d6a0a6bd8cc4f11856383991 (patch)
treec95ac2255bbf07cb4deb0349b8f4dc756359ca20 /css/public
parentbb4c7114e18ebf73a5e0fb2ea03864d637ebf55f (diff)
Changed the error indicator on the avatar in case of failure
Signed-off-by: John Molakvoæ (skjnldsv) skjnldsv@protonmail.com
Diffstat (limited to 'css/public')
-rw-r--r--css/public/style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 423393d7..ec20a735 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -305,8 +305,13 @@ detailsitem.details-item-note label {
detailsitem.failed {
box-shadow: inset 2px 0 #c5173a;
}
-avatar.failed {
- background-color: #c5173a;
+avatar .icon-error {
+ position: absolute;
+ width: 100%;
+ height: 100%
+}
+avatar .icon-error + img {
+ opacity: 0.5;
}
/* Prevent delete for last adr/mail/tel item */