mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Fix arrow closed/opened icons in filemanager
This commit is contained in:
parent
15b20caaf6
commit
ba6d379287
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user