More Style Fixes
Remove Repeating Background behind folder names in files app part.breadcrumb.php
This commit is contained in:
parent
aed204d420
commit
a86da16a10
|
@ -10,8 +10,7 @@
|
|||
$dir = str_replace('+', '%20', urlencode($crumb["dir"]));
|
||||
$dir = str_replace('%2F', '/', $dir); ?>
|
||||
<div class="crumb <?php if($i == count($_["breadcrumb"])-1) echo 'last';?> svg"
|
||||
data-dir='<?php echo $dir;?>'
|
||||
style='background-image:url("<?php echo OCP\image_path('core', 'breadcrumb.png');?>")'>
|
||||
data-dir='<?php echo $dir;?>'>
|
||||
<a href="<?php echo $_['baseURL'].$dir; ?>"><?php echo OCP\Util::sanitizeHTML($crumb["name"]); ?></a>
|
||||
</div>
|
||||
<?php endfor;
|
||||
|
|
Loading…
Reference in New Issue