summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 18:14:05 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 18:14:05 +0300
commit760a26e48412629a03feb0d9af949f60da564453 (patch)
tree63005a6d83596846d2bf58850508374f84d0f0e0 /themes/compact_night.css
parent737cffc24162167b7a61b83870289a0e2ad5cb36 (diff)
fix height of dijit input boxes embedded into toolbars
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 42b850536..29eff9cb9 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -1602,6 +1602,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);
}