Add more style to vfsPath

This commit is contained in:
Hadi Nategh 2019-01-16 16:05:38 +01:00
parent 07c768e732
commit 7f138c8ad9
6 changed files with 29 additions and 1 deletions

View File

@ -912,6 +912,9 @@ div.et2_vfsPath ul {
padding-bottom: 13px;
max-width: 92%;
margin-right: 7%;
background-image: url(images/egw_action/focused_hatching.svg);
background-position: left;
background-size: 16px;
}
div.et2_vfsPath ul::-webkit-scrollbar {
background: transparent;
@ -958,6 +961,15 @@ li.vfsPath.et2_clickable:not(:first-child):after {
margin-left: 5px;
display: inline-block;
}
.et2_vfsPath input.et2_textbox.et2_vfs {
background-image: url(images/edit.png);
background-repeat: no-repeat;
background-size: 16px;
background-position: center;
background-position-x: 98%;
padding-right: 30px;
}
div.et2_vfsPath li:hover {
text-decoration: underline;
}

View File

@ -986,6 +986,9 @@
.et2_nowrap > label > * {
padding-left: 5px;
}
.et2_vfsPath input.et2_textbox.et2_vfs {
background-image: url(../images/edit.png);
}
/*#################################### ET2 SEARCHBOX #####################################################*/
.et2_searchbox button.et2_button {
background-image: url(../images/search.png);

View File

@ -986,6 +986,9 @@
.et2_nowrap > label > * {
padding-left: 5px;
}
.et2_vfsPath input.et2_textbox.et2_vfs {
background-image: url(../images/edit.png);
}
/*#################################### ET2 SEARCHBOX #####################################################*/
.et2_searchbox button.et2_button {
background-image: url(../images/search.png);

View File

@ -975,6 +975,9 @@
.et2_nowrap > label > * {
padding-left: 5px;
}
.et2_vfsPath input.et2_textbox.et2_vfs {
background-image: url(../images/edit.png);
}
/*#################################### ET2 SEARCHBOX #####################################################*/
.et2_searchbox button.et2_button {
background-image: url(../images/search.png);

View File

@ -966,6 +966,10 @@ ul.et2_nowrap, div.et2_nowrap{
padding-left: 5px;
}
.et2_vfsPath input.et2_textbox.et2_vfs {
background-image: url(../images/edit.png);
}
/*#################################### ET2 SEARCHBOX #####################################################*/
.et2_searchbox button.et2_button {
background-image: url(../images/search.png);
@ -1047,4 +1051,4 @@ iframe#admin-index_iframe{
//
//
//
//

View File

@ -997,6 +997,9 @@
.et2_nowrap > label > * {
padding-left: 5px;
}
.et2_vfsPath input.et2_textbox.et2_vfs {
background-image: url(../images/edit.png);
}
/*#################################### ET2 SEARCHBOX #####################################################*/
.et2_searchbox button.et2_button {
background-image: url(../images/search.png);