From e1bc9445a23c41a19ff529f3ed014eaace091d5e Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Wed, 2 May 2018 15:47:00 -0500 Subject: Helponline: Provide a visual indicator for people to notice inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise, it’s impossible to know you can click one and have its text copied into your clipboard. Change-Id: I9243229c0e507f35b35768ec71473117c2c34a8d --- help3xsl/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/help3xsl/default.css b/help3xsl/default.css index d56ecae71a..b0a0834e6b 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -46,6 +46,7 @@ h6, .input { transition-property: background-color; transition-duration: 150ms; + border-bottom: 1px dashed #E8E8E8; } [data-tooltip]{ position:relative; -- cgit