WIP: Arabic localization.|

This commit is contained in:
a.bouhuolia
2021-06-10 12:51:00 +02:00
parent 4fc7c37260
commit 1ea32884c2
465 changed files with 3299 additions and 2109 deletions

View File

@@ -171,7 +171,7 @@ body.hide-scrollbar .Pane2 {
width: 1em;
fill: currentColor;
}
.ReactVirtualized__Grid, .ReactVirtualized__List { direction: inherit !important; }
/* List default theme */
.ReactVirtualized__List {
@@ -180,4 +180,12 @@ body.hide-scrollbar .Pane2 {
.bp3-drawer{
box-shadow: 0 0 0;
}
}
// RTL Icons.
html[dir="rtl"] {
.bp3-icon-caret-right{
transform: scaleX(-1);
}
}