Fixed hidden settings and delete icons
This commit is contained in:
parent
a6c921267e
commit
3f3498164c
2 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
|||
}
|
||||
|
||||
td.mountPoint, td.backend { width:160px; }
|
||||
#externalStorage td>img.action { visibility:hidden; padding-top:7px; }
|
||||
#externalStorage tr:hover>td>img.action { visibility:visible; cursor:pointer; }
|
||||
#externalStorage td>img { padding-top:7px; opacity: 0.5; }
|
||||
#externalStorage td>img:hover { padding-top:7px; cursor:pointer; opacity: 1; }
|
||||
#addMountPoint>td { border:none; }
|
||||
#addMountPoint>td.applicable { visibility:hidden; }
|
||||
#addMountPoint>td.hidden { visibility:hidden; }
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
</td>
|
||||
<?php endif; ?>
|
||||
<td class="mountOptionsToggle hidden">
|
||||
<img class="svg action"
|
||||
<img class="svg"
|
||||
title="<?php p($l->t('Advanced settings')); ?>"
|
||||
alt="<?php p($l->t('Advanced settings')); ?>"
|
||||
src="<?php print_unescaped(image_path('core', 'actions/settings.svg')); ?>"
|
||||
|
@ -132,7 +132,7 @@
|
|||
<input type="hidden" class="mountOptions" value="" />
|
||||
</td>
|
||||
<td class="hidden">
|
||||
<img class="svg action"
|
||||
<img class="svg"
|
||||
alt="<?php p($l->t('Delete')); ?>"
|
||||
title="<?php p($l->t('Delete')); ?>"
|
||||
src="<?php print_unescaped(image_path('core', 'actions/delete.svg')); ?>"
|
||||
|
|
Loading…
Reference in a new issue