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

fix height of dijit input boxes embedded into toolbars

This commit is contained in:
Andrew Dolgov
2021-02-19 18:14:05 +03:00
parent 737cffc241
commit 760a26e484
6 changed files with 19 additions and 0 deletions
+4
View File
@@ -40,6 +40,10 @@
.dijitToolbar {
font-size: 13px;
padding: 0px;
.dijitTextBox .dijitInputInner {
line-height : 10px;
}
}
.dijitAccordionContainer {