From 760a26e48412629a03feb0d9af949f60da564453 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Feb 2021 18:14:05 +0300 Subject: fix height of dijit input boxes embedded into toolbars --- themes/light.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/light.css') diff --git a/themes/light.css b/themes/light.css index 0b69ef84b..583f9cabb 100644 --- a/themes/light.css +++ b/themes/light.css @@ -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); } -- cgit v1.2.3