tryton-sao 7.0.49 → 7.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG +5 -0
- package/dist/tryton-sao.css +5 -0
- package/dist/tryton-sao.js +1 -1
- package/dist/tryton-sao.min.css +5 -0
- package/dist/tryton-sao.min.js +2 -2
- package/package.json +1 -1
- package/src/sao.js +1 -1
- package/src/sao.less +5 -0
package/CHANGELOG
CHANGED
package/dist/tryton-sao.css
CHANGED
|
@@ -9694,6 +9694,10 @@ img.icon {
|
|
|
9694
9694
|
height: 1.42857143em;
|
|
9695
9695
|
display: block;
|
|
9696
9696
|
}
|
|
9697
|
+
[dir="rtl"] .treeview > table.tree img.column-affix,
|
|
9698
|
+
[dir="rtl"] .treeview > table.tree a.column-affix > img {
|
|
9699
|
+
transform: scaleX(-1);
|
|
9700
|
+
}
|
|
9697
9701
|
.treeview > table.tree tr.more-row {
|
|
9698
9702
|
text-align: center;
|
|
9699
9703
|
}
|
|
@@ -9807,6 +9811,7 @@ img.icon {
|
|
|
9807
9811
|
[dir="rtl"] .treeview .expander > img {
|
|
9808
9812
|
float: right;
|
|
9809
9813
|
margin-left: 1em;
|
|
9814
|
+
transform: scaleX(-1);
|
|
9810
9815
|
}
|
|
9811
9816
|
.treeview label {
|
|
9812
9817
|
font-weight: normal;
|
package/dist/tryton-sao.js
CHANGED
package/dist/tryton-sao.min.css
CHANGED
|
@@ -9694,6 +9694,10 @@ img.icon {
|
|
|
9694
9694
|
height: 1.42857143em;
|
|
9695
9695
|
display: block;
|
|
9696
9696
|
}
|
|
9697
|
+
[dir="rtl"] .treeview > table.tree img.column-affix,
|
|
9698
|
+
[dir="rtl"] .treeview > table.tree a.column-affix > img {
|
|
9699
|
+
transform: scaleX(-1);
|
|
9700
|
+
}
|
|
9697
9701
|
.treeview > table.tree tr.more-row {
|
|
9698
9702
|
text-align: center;
|
|
9699
9703
|
}
|
|
@@ -9807,6 +9811,7 @@ img.icon {
|
|
|
9807
9811
|
[dir="rtl"] .treeview .expander > img {
|
|
9808
9812
|
float: right;
|
|
9809
9813
|
margin-left: 1em;
|
|
9814
|
+
transform: scaleX(-1);
|
|
9810
9815
|
}
|
|
9811
9816
|
.treeview label {
|
|
9812
9817
|
font-weight: normal;
|