[Qa-jenkins-scm] [jenkins.debian.net] 02/02: Give details elems "cursor: pointer" to highlight they are clickable.
Holger Levsen
holger at layer-acht.org
Fri Aug 26 10:49:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 2b5af09c728b1a3cefd1fcbd481392ca3d235277
Author: Chris Lamb <lamby at debian.org>
Date: Fri Aug 26 09:55:21 2016 +0100
Give details elems "cursor: pointer" to highlight they are clickable.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
userContent/reproducible/static/style.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 5ac16f7..b0ca0ad 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -357,6 +357,10 @@ form {
border-bottom: 1px solid #ddd;
}
+details {
+ cursor: pointer;
+}
+
label {
cursor: pointer;
display: inline-block;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list