Merge pull request #23397 from paurisa/Fixed_23316

Fixed Issue 23316 - Invisible buttons should be visible
This commit is contained in:
Frank Karlitschek 2016-03-31 21:15:59 +02:00
commit 3142dcc331
2 changed files with 4 additions and 4 deletions

View File

@ -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; }

View File

@ -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')); ?>"