File tree Expand file tree Collapse file tree
sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868}
6969
7070/* Just for right to left images I used the arrow pngs this should be changed.*/
71- .tree-item-anchor-expanded {
71+
72+ .tree-item-anchor-expanded-rtl {
7273 display : inline;
7374 width : 20px ;
7475 overflow : hidden;
7576 padding-left : 20px ;
7677 height : 20px ;
77- background-image : url ('images/arrow-down .png' );
78+ background-image : url ('images/Lminus_rtl .png' );
7879 background-repeat : no-repeat;
7980 background-position : center center;
8081 cursor : default;
8182 /*border:1px solid red;*/
8283}
83- .tree-item-anchor-collapsed {
84+ .tree-item-anchor-collapsed-rtl {
8485 display : inline;
8586 width : 20px ;
8687 overflow : hidden;
8788 padding-left : 20px ;
8889 height : 20px ;
89- background-image : url ('images/arrow-right .png' );
90+ background-image : url ('images/Lplus_rtl .png' );
9091 background-repeat : no-repeat;
9192 background-position : center center;
9293 cursor : default;
9394 /*border:1px solid red;*/
94- }
95-
96- .tree-item-anchor-expanded-rtl {
97- display : inline;
98- width : 20px ;
99- overflow : visible;
100- padding-right : 20px ;
101- height : 20px ;
102- background-image : url ('images/arrow-down.png' );
103- background-repeat : no-repeat;
104- background-position : right center;
105- cursor : default;
106- /*float:right;*/
107- /*border:1px solid red;*/
108- }
109- .tree-item-anchor-collapsed-rtl {
110- display : inline;
111- width : 20px ;
112- overflow : visible;
113- padding-right : 20px ;
114- height : 20px ;
115- background-image : url ('images/arrow-left.png' );
116- background-repeat : no-repeat;
117- background-position : right center;
118- cursor : default;
119- /*float:right;*/
120- /*border:1px solid red;*/
121- }
95+ }
You can’t perform that action at this time.
0 commit comments