diff options
-rw-r--r-- | help3xsl/default.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 482f3ed6d4..50a67b752a 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -416,8 +416,16 @@ footer p { padding: 3px 0 0 0 !important; } .contents-treeview input[type=checkbox], aside input[type=checkbox] { + /* from .visuallyhidden class of html5-boilerplate */ + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; position: absolute; - opacity: 0; + width: 1px; + white-space: nowrap; } label[for=accordion-1] { color: #148603; |