Fix arrow closed/opened icons in filemanager

This commit is contained in:
Hadi Nategh 2020-06-09 13:51:41 +02:00
parent 15b20caaf6
commit ba6d379287
4 changed files with 8 additions and 0 deletions

View File

@ -5790,10 +5790,12 @@ table.egwGridView_grid span.arrow {
table.egwGridView_grid span.arrow.opened {
background-image: url("../images/arrow_down.svg");
cursor: pointer;
background-position: bottom;
}
table.egwGridView_grid span.arrow.closed {
background-image: url("../images/arrow_right.svg");
cursor: pointer;
background-position: right;
}
table.egwGridView_grid span.arrow.loading {
background-image: url("../egw_action/ajax-loader.gif");

View File

@ -5779,10 +5779,12 @@ table.egwGridView_grid span.arrow {
table.egwGridView_grid span.arrow.opened {
background-image: url("../images/arrow_down.svg");
cursor: pointer;
background-position: bottom;
}
table.egwGridView_grid span.arrow.closed {
background-image: url("../images/arrow_right.svg");
cursor: pointer;
background-position: right;
}
table.egwGridView_grid span.arrow.loading {
background-image: url("../egw_action/ajax-loader.gif");

View File

@ -325,10 +325,12 @@ table.egwGridView_grid{
span.arrow.opened {
background-image: url("../images/arrow_down.svg");
cursor: pointer;
background-position: bottom;
}
span.arrow.closed {
background-image: url("../images/arrow_right.svg");
cursor: pointer;
background-position: right;
}
span.arrow.loading {
background-image: url("../egw_action/ajax-loader.gif");

View File

@ -5801,10 +5801,12 @@ table.egwGridView_grid span.arrow {
table.egwGridView_grid span.arrow.opened {
background-image: url("../images/arrow_down.svg");
cursor: pointer;
background-position: bottom;
}
table.egwGridView_grid span.arrow.closed {
background-image: url("../images/arrow_right.svg");
cursor: pointer;
background-position: right;
}
table.egwGridView_grid span.arrow.loading {
background-image: url("../egw_action/ajax-loader.gif");