mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Add more style to vfsPath
This commit is contained in:
parent
07c768e732
commit
7f138c8ad9
@ -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;
|
||||
}
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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{
|
||||
|
||||
//
|
||||
//
|
||||
//
|
||||
//
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user