From 255a1bed1ee276329c7819adf2e559d6e610e338 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 22 May 2019 12:33:00 +0200 Subject: [PATCH] Replace right arrow with forward slash in vfsPath --- api/templates/default/etemplate2.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 0834749066..71e4f8a410 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1021,15 +1021,12 @@ li.vfsPath.et2_clickable:last-child:before { padding-right: 2px; } li.vfsPath.et2_clickable:not(:first-child):after { - content: ' '; - background-image: url(images/egw_action/arrow_left.png); + content: '/'; width: 8px; height: 8px; - background-size: 12px; - background-position: center; - background-repeat: no-repeat; margin-left: 5px; display: inline-block; + font-size:8pt; } .et2_vfsPath input.et2_textbox.et2_vfs { background-image: url(images/edit.png);