Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / examples / tabs / tab-scroller-menu.css
1 /*!
2  * Ext JS Library 3.2.1
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .x-tab-scroller-right-over {
8     background-position: -18px 0;
9 }
10
11 .x-tab-tabmenu-right {
12     background: transparent url(tab-scroller-menu.gif) no-repeat 0 0;
13     border-bottom: 1px solid #8db2e3;
14     width:18px;
15     position:absolute;
16     right:0;
17     top:0;
18     z-index:10;
19     cursor:pointer;
20 }
21 .x-tab-tabmenu-over {
22     background-position: -18px 0;
23 }
24 .x-tab-tabmenu-disabled {
25     background-position: 0 0;
26     opacity:.5;
27     -moz-opacity:.5;
28     filter:alpha(opacity=50);
29     cursor:default;
30 }