Skip to content

Commit

Permalink
Merge pull request #7 from london89/patch-2
Browse files Browse the repository at this point in the history
Белый фон картинок устройств в прозрачный
  • Loading branch information
sergejey committed Sep 6, 2022
2 parents ce71e31 + a9bcfdf commit 6f13feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zigbeedev/zigbeedevices_search_admin.html
Expand Up @@ -52,7 +52,7 @@
<tr>
<td style="vertical-align:middle">
<a href="https://www.zigbee2mqtt.io/devices/[#MODEL#].html" target="_blank">
<img src="https://www.zigbee2mqtt.io/images/devices/[#MODEL#].jpg" height="30px" onerror="this.src='../img/modules/zigbeedev.png'">
<img src="https://www.zigbee2mqtt.io/images/devices/[#MODEL#].jpg" height="30px" onerror="this.src='../img/modules/zigbeedev.png'" style="mix-blend-mode: multiply;">
</a>
</td>
<td>
Expand Down

0 comments on commit 6f13feb

Please sign in to comment.