Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / ux / css / TabScrollerMenu.css
1 .x-tab-tabmenu-right {
2     background: transparent url('images/tab-scroller-menu.gif') no-repeat 0 0;
3     width:18px;
4     height: 20px;
5     cursor:pointer;
6     zoom: 1;
7     z-index: 6;
8     float: right;
9 }
10 .x-tab-tabmenu-over {
11     background-position: -18px 0;
12 }
13 .x-tab-tabmenu-disabled {
14     background-position: 0 0;
15     opacity:.5;
16     -moz-opacity:.5;
17     filter:alpha(opacity=50);
18     cursor:default;
19 }