mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Replace right arrow with forward slash in vfsPath
This commit is contained in:
parent
4a010c3edd
commit
255a1bed1e
@ -1021,15 +1021,12 @@ li.vfsPath.et2_clickable:last-child:before {
|
|||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
li.vfsPath.et2_clickable:not(:first-child):after {
|
li.vfsPath.et2_clickable:not(:first-child):after {
|
||||||
content: ' ';
|
content: '/';
|
||||||
background-image: url(images/egw_action/arrow_left.png);
|
|
||||||
width: 8px;
|
width: 8px;
|
||||||
height: 8px;
|
height: 8px;
|
||||||
background-size: 12px;
|
|
||||||
background-position: center;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
font-size:8pt;
|
||||||
}
|
}
|
||||||
.et2_vfsPath input.et2_textbox.et2_vfs {
|
.et2_vfsPath input.et2_textbox.et2_vfs {
|
||||||
background-image: url(images/edit.png);
|
background-image: url(images/edit.png);
|
||||||
|
Loading…
Reference in New Issue
Block a user