Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / resources / css / theme-access / form.css
index cdba5f6..b9165cd 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * Ext JS Library 3.1.1
- * Copyright(c) 2006-2010 Ext JS, LLC
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
     border-width:2px;
 }
 
+.ext-webkit .x-form-text, .ext-webkit textarea.x-form-field{
+    border-width:2px;
+}
+
 .x-form-text, .ext-ie .x-form-file {
     height:26px;
 }
@@ -55,7 +59,7 @@
 }
 
 .x-small-editor .x-form-field-wrap .x-form-trigger {
-    height:20px;
+    height:24px;
 }
 
 .x-form-field-wrap .x-form-trigger-over {
        border-color:#ff9c33;
 }
 
-.x-form-invalid, textarea.x-form-invalid{
+.x-form-invalid, textarea.x-form-invalid,
+.ext-webkit .x-form-invalid, .ext-webkit textarea.x-form-invalid{
     background-color:#15171a;
        background-image:url(../images/access/grid/invalid_line.gif);
        border-color:#c30;
 }
 
+/*
 .ext-safari .x-form-invalid{
        background-color:#fee;
        border-color:#ff7870;
 }
+*/
 
 .x-form-inner-invalid, textarea.x-form-inner-invalid{
     background-color:#fff;
 }
 
 .x-small-editor .x-form-text {
-    height: 22px;
+    height: 26px;
 }
 
 .x-small-editor .x-form-field {
 
 .x-fieldset legend {
     font:bold 14px tahoma, arial, helvetica, sans-serif;
-    color:fff;
+    color:#fff;
 }