1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +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

View File

@@ -1700,6 +1700,9 @@ body.ttrss_utility.share_popup .content {
font-size: 13px;
padding: 0px;
}
.flat .dijitToolbar .dijitTextBox .dijitInputInner {
line-height: 10px;
}
.flat .dijitAccordionContainer {
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}