* [MOD] Changed copy to clipboard plugin.

* [FIX] Fixed wrong behavior when saving custom fields of password type.
* [MOD] UI tweaks
This commit is contained in:
nuxsmin
2017-03-22 23:16:18 +01:00
parent be2e4b3c9a
commit f6b0bc5679

View File

@@ -45,7 +45,7 @@
<?php if ($isDemoMode): ?>
<span class="status-info">
<i class="material-icons <?php echo $icons->getIconPlay()->getClass(); ?>" title="<?php echo __('Demo'); ?>"><?php echo $icons->getIconPlay()->getIcon(); ?></i>
<i class="material-icons mdl-color-text--teal-500" title="<?php echo __('Demo'); ?>">play_circle_outline</i>
</span>
<?php endif; ?>