Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / resources / css / visual / tabs.css
index 96eeaa0..f1dc91e 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * Ext JS Library 3.0.0
- * Copyright(c) 2006-2009 Ext JS, LLC
+ * Ext JS Library 3.2.1
+ * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
@@ -63,6 +63,14 @@ ul.x-tab-strip-bottom{
        background-image: url(../images/default/tabs/tab-btm-inactive-left-bg.gif);
 }
 
+.x-tab-strip-bottom .x-tab-strip-over .x-tab-right {
+       background-image: url(../images/default/tabs/tab-btm-over-right-bg.gif);
+}
+
+.x-tab-strip-bottom .x-tab-strip-over .x-tab-left {
+       background-image: url(../images/default/tabs/tab-btm-over-left-bg.gif);
+}
+
 .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
        background-image: url(../images/default/tabs/tab-btm-right-bg.gif);
 }