mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-08 05:49:14 +00:00
8 lines
172 B
CSS
Executable File
8 lines
172 B
CSS
Executable File
/* TitlePane */
|
|
.flat .dijitTitlePaneRtl .dijitTitlePaneTitle {
|
|
text-align: right;
|
|
}
|
|
.flat .dijitTitlePaneRtl .dijitClosed .dijitArrowNode:before {
|
|
content: "\f006";
|
|
}
|