mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Remove hashing background from vfsPath. Add mouse_scroll cursor.
This commit is contained in:
parent
b2c109ed37
commit
86e9b25eef
@ -912,9 +912,7 @@ div.et2_vfsPath ul {
|
|||||||
padding-bottom: 13px;
|
padding-bottom: 13px;
|
||||||
max-width: 92%;
|
max-width: 92%;
|
||||||
margin-right: 7%;
|
margin-right: 7%;
|
||||||
background-image: url(images/egw_action/focused_hatching.svg);
|
background-color: #e2e2e24f;
|
||||||
background-position: left;
|
|
||||||
background-size: 16px;
|
|
||||||
}
|
}
|
||||||
div.et2_vfsPath ul::-webkit-scrollbar {
|
div.et2_vfsPath ul::-webkit-scrollbar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -937,6 +935,7 @@ div.et2_vfsPath li {
|
|||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
color: #26537C;
|
color: #26537C;
|
||||||
border-radius: 5px 0px 0px 5px;
|
border-radius: 5px 0px 0px 5px;
|
||||||
|
cursor: url(images/mouse_scroll.png) 20 1 , pointer;
|
||||||
}
|
}
|
||||||
li.vfsPath.et2_clickable:last-child:hover {
|
li.vfsPath.et2_clickable:last-child:hover {
|
||||||
background: #c0c0c054;
|
background: #c0c0c054;
|
||||||
|
Loading…
Reference in New Issue
Block a user