X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/examples/form/file-upload.css diff --git a/examples/form/file-upload.css b/examples/form/file-upload.css deleted file mode 100644 index 3ea7198f..00000000 --- a/examples/form/file-upload.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -/* - * FileUploadField component styles - */ -.x-form-file-wrap { - position: relative; - height: 22px; -} -.x-form-file-wrap .x-form-file { - position: absolute; - right: 0; - -moz-opacity: 0; - filter:alpha(opacity: 0); - opacity: 0; - z-index: 2; - height: 22px; -} -.x-form-file-wrap .x-form-file-btn { - position: absolute; - right: 0; - z-index: 1; -} -.x-form-file-wrap .x-form-file-text { - position: absolute; - left: 0; - z-index: 3; - color: #777; -} \ No newline at end of file