mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:15:55 +00:00
10 lines
180 B
CSS
10 lines
180 B
CSS
.flat .dijitTreeRtl {
|
|
text-align: right;
|
|
}
|
|
.flat .dijitTreeRtl .dijitTreeContainer {
|
|
float: right;
|
|
}
|
|
.flat .dijitTreeRtl .dijitTreeExpandoClosed:before {
|
|
content: "\e60b";
|
|
}
|