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/night.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 65484b82b..e428d8aa7 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1603,6 +1603,9 @@ body.ttrss_utility fieldset > label.checkbox { 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