Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2021-10-25 13:34:22 +0300
committerAleksander Machniak <alec@alec.pl>2021-10-25 13:34:22 +0300
commit7337e7608e1919646e6ffe8d7c0586a4cafc8e4b (patch)
tree99bb87f3b0c7f255b3476122c764e2cf3a996095 /skins
parentcca73cc285e13ae0b907cdcf1241bd84ffc2f35a (diff)
Identicon: Make background color of the image to match the current skin colors (#8256)
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/templates/contact.html2
-rw-r--r--skins/elastic/templates/message.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/elastic/templates/contact.html b/skins/elastic/templates/contact.html
index 727eb4d28..3df09b824 100644
--- a/skins/elastic/templates/contact.html
+++ b/skins/elastic/templates/contact.html
@@ -6,7 +6,7 @@
<div class="contact-header">
<div id="contactphoto" class="contact-photo">
<roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.svg"
- placeholderGroup="/images/contactgroup.svg" />
+ placeholderGroup="/images/contactgroup.svg" bg-color="transparent" />
</div>
<roundcube:object name="contacthead" id="contacthead" class="contact-head readonly" with-source="true" />
</div>
diff --git a/skins/elastic/templates/message.html b/skins/elastic/templates/message.html
index 29a5ec04f..572d59fec 100644
--- a/skins/elastic/templates/message.html
+++ b/skins/elastic/templates/message.html
@@ -25,7 +25,7 @@
<roundcube:endif />
</h2>
<div class="header">
- <roundcube:object name="contactphoto" class="contactphoto" placeholder="/images/contactpic.svg" />
+ <roundcube:object name="contactphoto" class="contactphoto" placeholder="/images/contactpic.svg" bg-color="transparent" />
<div class="header-content">
<roundcube:object name="messageSummary" class="header-summary" addicon="virtual" />
<roundcube:object name="messageHeaders" class="header-headers" addicon="virtual" exclude="subject" max="10" />