mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:15:55 +00:00
10 lines
169 B
CSS
Executable File
10 lines
169 B
CSS
Executable File
.flat .dijitMenuBarRtl {
|
|
text-align: right;
|
|
}
|
|
.flat .dijitMenuItemRtl {
|
|
text-align: right;
|
|
}
|
|
.flat .dijitMenuItemRtl .dijitMenuExpand:before {
|
|
content: "\f000";
|
|
}
|