summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-05-02 15:47:00 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-05-02 15:47:00 -0500
commite1bc9445a23c41a19ff529f3ed014eaace091d5e (patch)
tree4742f465baa9e0f54934c169c1f4d2c4153bc937 /help3xsl
parent09f72e64083e9a6003e6c10fa26e1c5ca3c4d785 (diff)
Helponline: Provide a visual indicator for people to notice inputs
Otherwise, it’s impossible to know you can click one and have its text copied into your clipboard. Change-Id: I9243229c0e507f35b35768ec71473117c2c34a8d
Diffstat (limited to 'help3xsl')
-rw-r--r--help3xsl/default.css1
1 files changed, 1 insertions, 0 deletions
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;