]> source.dussan.org Git - jquery-ui.git/commitdiff
CSS: Rewrote .ui-helper-hidden-accessible base on HTML5 Boilerplate. Fixes #4623...
authorScott González <scott.gonzalez@gmail.com>
Mon, 22 Nov 2010 16:12:26 +0000 (11:12 -0500)
committerScott González <scott.gonzalez@gmail.com>
Mon, 22 Nov 2010 16:12:26 +0000 (11:12 -0500)
themes/base/jquery.ui.core.css

index a04066df6588c232dca3db727fb028d28a46f995..5cb485cd1c5f58b32d3a85fc267e987c5cb23ad6 100644 (file)
@@ -11,7 +11,7 @@
 /* Layout helpers
 ----------------------------------*/
 .ui-helper-hidden { display: none; }
-.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
+.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
 .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
 .ui-helper-clearfix { display: inline-block; }