mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 09:56:56 +01:00
* [DEV] UI tweaks & updated translations
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -434,6 +434,10 @@ pre, code, samp, kbd {
|
||||
text-align: left; }
|
||||
#content .data-table tbody td.cell-actions {
|
||||
text-align: right; }
|
||||
#content .data-table tbody td.cell-actions i {
|
||||
opacity: .5; }
|
||||
#content .data-table tbody td.cell-actions i:hover {
|
||||
opacity: 1; }
|
||||
#content .data-rows ul {
|
||||
display: table;
|
||||
list-style: none;
|
||||
|
||||
File diff suppressed because one or more lines are too long
2
inc/themes/material-blue/css/styles.min.css
vendored
2
inc/themes/material-blue/css/styles.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -411,6 +411,12 @@
|
||||
}
|
||||
&.cell-actions {
|
||||
text-align: right;
|
||||
i {
|
||||
opacity: .5;
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ class Icons extends ThemeIconsBase
|
||||
$this->iconView = new FontIcon('visibility', 'mdl-color-text--indigo-A200', _('Ver Detalles'));
|
||||
$this->iconViewPass = new FontIcon('lock_open', 'mdl-color-text--indigo-A200', _('Ver Clave'));
|
||||
$this->iconEdit = new FontIcon('mode_edit', 'mdl-color-text--amber-A200', _('Editar'));
|
||||
$this->iconDelete = new FontIcon('delete', 'mdl-color-text--red-A200', _('Eliminar'));
|
||||
$this->iconDelete = new FontIcon('remove_circle', 'mdl-color-text--red-A200', _('Eliminar'));
|
||||
$this->iconEditPass = new FontIcon('lock_outline', 'mdl-color-text--amber-A200', _('Cambiar Clave'));
|
||||
$this->iconAppAdmin = new FontIcon('star', 'mdl-color-text--amber-A100', _('Admin Aplicación'));
|
||||
$this->iconAccAdmin = new FontIcon('star_half', 'mdl-color-text--amber-A100', _('Admin Cuentas'));
|
||||
|
||||
@@ -26,8 +26,6 @@ use SP\Html\Html;
|
||||
<?php if ($dataItem->{$rowSrcIcon['field']} == $rowSrcIcon['value']): ?>
|
||||
<i class="material-icons <?php echo $rowSrcIcon['icon']->getClass(); ?>"
|
||||
title="<?php echo $rowSrcIcon['icon']->getTitle(); ?>"><?php echo $rowSrcIcon['icon']->getIcon(); ?></i>
|
||||
<?php else: ?>
|
||||
|
||||
<?php endif; ?>
|
||||
<?php endforeach; ?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user