src/cm/media/js/lib/flexible-js-formatting/files/select-free.css
author Simon Descarpentries <sid@sopinspace.com>
Fri, 04 Apr 2014 18:49:35 +0200
changeset 625 eb52900a0bbf
parent 0 40c8f766c9b8
permissions -rw-r--r--
[Testsuite] Can create 3 texts

/* http://www.hedgerwow.com/360/bugs/css-select-free.html */
.select-free {
	 position:absolute;
	 z-index:10;
	 cursor:pointer;
	 overflow:hidden;
	 width:33em;
}
.select-free iframe {
	 display:none;
	 display/**/:block;
	 position:absolute;
	 top:0;
	 left:0;
	 z-index:-1;
	 filter:mask();
	 width:3000px;
	 height:3000px
}