From 75d3d8e5e108ed8fe5307d8cfa64b6bd614e1e4d Mon Sep 17 00:00:00 2001 From: Massimo Melina Date: Thu, 28 May 2020 13:22:40 +0200 Subject: [PATCH] tpl: workaround for chrome83 glitch --- default.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/default.tpl b/default.tpl index f918a8f..936030d 100644 --- a/default.tpl +++ b/default.tpl @@ -356,6 +356,7 @@ button i.fa { font-size:110% } -o-transform: translate(-50%, -50%); background:#fff; border-radius: 1em; padding: 1em; text-align:center; min-width: 10em; } +.dialog-content input { border: 1px solid #888; } /* without this the border on chrome83 is not consistent */ .ask input { border:1px solid rgba(0,0,0,0.5); padding: .2em; margin-top: .5em; } .ask .close { float: right; font-size: 1.2em; color: red; position: relative; top: -0.4em; right: -0.3em; }