1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

initial work for flat modern theme

This commit is contained in:
Andrew Dolgov
2018-12-04 22:24:31 +03:00
parent 88b8830a6b
commit 2ab097b2e5
105 changed files with 15948 additions and 199 deletions
+15
View File
@@ -0,0 +1,15 @@
.flat .dijitSelectRtl .dijitButtonText {
float: right;
padding: 0 12px 0 0;
}
.flat .dijitSelectRtl .dijitButtonContents {
border-style: none none none solid;
text-align: right;
}
.flat .dijitComboBoxRtl .dijitButtonNode.dijitArrowButtonContainer {
border-radius: 4px 0 0 4px;
}
.flat .dijitComboBoxRtl .dijitArrowButtonContainer {
border-right-width: 1px !important;
border-left-width: 0 !important;
}