Skip to content

Commit

Permalink
CSS fix in JSTree
Browse files Browse the repository at this point in the history
  • Loading branch information
Experiencis-Aurelien committed Jul 16, 2019
1 parent e3d568a commit 48c4cea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resource/css/rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,10 @@ html[dir="rtl"] #sidebar .jstree-container-ul > .jstree-node {
margin-left: initial;
}

html[dir="rtl"] .jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
background-position: -106px -36px;
}

/* Fix for a nasty chromium bug causing the fonts not to render before a redraw.
* https://code.google.com/p/chromium/issues/detail?id=336476
************************************/
Expand Down

0 comments on commit 48c4cea

Please sign in to comment.