Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / resources / css / visual / tabs.css
index d3c6d9e..5cd065c 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * Ext JS Library 3.0.3
+ * Ext JS Library 3.1.0
  * Copyright(c) 2006-2009 Ext JS, LLC
  * 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);
 }