Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 182a504

Browse files
committed
Tplus / Tminus were moved to subfolder. Fix #1255
1 parent 1f90363 commit 182a504

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/src/plugins/gui.ajax/res/themes/orbit/css/components/accordion.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ div.accordion_toggle{
55
color: @accordion_main_tint;
66
border-bottom: 1px solid @accordion_main_tint;
77
cursor: pointer;
8-
background: url('@{imagePath}Tplus.png') no-repeat;
8+
background: url('@{imagePath}xtree/Tplus.png') no-repeat;
99
background-position-x: -6px;
1010
background-position-y: -3px;
1111
padding-left: 15px;
@@ -15,7 +15,7 @@ div.accordion_toggle{
1515
padding-bottom: 2px;
1616
border-bottom: 0;
1717
&_active{
18-
background-image: url('@{imagePath}Tminus.png');
18+
background-image: url('@{imagePath}xtree/Tminus.png');
1919
}
2020
}
2121

core/src/plugins/gui.ajax/res/themes/orbit/css/pydio.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ div.accordion_toggle {
18911891
color: #75808b;
18921892
border-bottom: 1px solid #75808b;
18931893
cursor: pointer;
1894-
background: url('../images/Tplus.png') no-repeat;
1894+
background: url('../images/xtree/Tplus.png') no-repeat;
18951895
background-position-x: -6px;
18961896
background-position-y: -3px;
18971897
padding-left: 15px;
@@ -1902,7 +1902,7 @@ div.accordion_toggle {
19021902
border-bottom: 0;
19031903
}
19041904
div.accordion_toggle_active {
1905-
background-image: url('../images/Tminus.png');
1905+
background-image: url('../images/xtree/Tminus.png');
19061906
}
19071907
div.accordion_content {
19081908
overflow: hidden;

0 commit comments

Comments
 (0)