summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-05-02 15:47:00 -0500
committerJan Holesovsky <kendy@collabora.com>2018-08-07 17:55:29 +0200
commit443e50c9cc063482f034c6f4b2f99d529b8c171f (patch)
tree6f1af2ad130289208bc9e37407a4beb6e11a021d
parentee13fd5a56dd1d582a423f4e83ed5ad5a8578a9e (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
-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;