1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-21 22:55:27 +00:00
This commit is contained in:
Andrew Dolgov
2018-12-04 16:53:01 +03:00
parent f679ec2e6e
commit 563a46f55a
105 changed files with 16731 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
.flat table.dijitComboButtonRtl .dijitStretch {
border-radius: 0 3px 3px 0;
}
.flat table.dijitComboButtonRtl .dijitArrowButton {
border-radius: 3px 0 0 3px;
border-left-width: 1px;
border-right-width: 0;
}
.flat .dijitDropDownButtonRtl .dijitButtonNode {
padding-left: 8px;
}
.flat .dijitDropDownButtonRtl .dijitArrowButtonInner {
margin-left: 0;
margin-right: 12px;
}