This repository was archived by the owner on Nov 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
core/src/plugins/gui.ajax/res/themes/orbit/css Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ div.accordion_toggle{
5
5
color : @accordion_main_tint ;
6
6
border-bottom : 1px solid @accordion_main_tint ;
7
7
cursor : pointer ;
8
- background : url(' @{imagePath} Tplus.png' ) no-repeat ;
8
+ background : url(' @{imagePath} xtree/ Tplus.png' ) no-repeat ;
9
9
background-position-x : -6px ;
10
10
background-position-y : -3px ;
11
11
padding-left : 15px ;
@@ -15,7 +15,7 @@ div.accordion_toggle{
15
15
padding-bottom : 2px ;
16
16
border-bottom : 0 ;
17
17
&_active {
18
- background-image : url(' @{imagePath} Tminus.png' ) ;
18
+ background-image : url(' @{imagePath} xtree/ Tminus.png' ) ;
19
19
}
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -1891,7 +1891,7 @@ div.accordion_toggle {
1891
1891
color : # 75808b ;
1892
1892
border-bottom : 1px solid # 75808b ;
1893
1893
cursor : pointer;
1894
- background : url ('../images/Tplus.png' ) no-repeat;
1894
+ background : url ('../images/xtree/ Tplus.png' ) no-repeat;
1895
1895
background-position-x : -6px ;
1896
1896
background-position-y : -3px ;
1897
1897
padding-left : 15px ;
@@ -1902,7 +1902,7 @@ div.accordion_toggle {
1902
1902
border-bottom : 0 ;
1903
1903
}
1904
1904
div .accordion_toggle_active {
1905
- background-image : url ('../images/Tminus.png' );
1905
+ background-image : url ('../images/xtree/ Tminus.png' );
1906
1906
}
1907
1907
div .accordion_content {
1908
1908
overflow : hidden;
You can’t perform that action at this time.
0 commit comments