X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/tabs/tab-scroller-menu.css diff --git a/examples/tabs/tab-scroller-menu.css b/examples/tabs/tab-scroller-menu.css new file mode 100644 index 00000000..cfa7b750 --- /dev/null +++ b/examples/tabs/tab-scroller-menu.css @@ -0,0 +1,30 @@ +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ +.x-tab-scroller-right-over { + background-position: -18px 0; +} + +.x-tab-tabmenu-right { + background: transparent url(tab-scroller-menu.gif) no-repeat 0 0; + border-bottom: 1px solid #8db2e3; + width:18px; + position:absolute; + right:0; + top:0; + z-index:10; + cursor:pointer; +} +.x-tab-tabmenu-over { + background-position: -18px 0; +} +.x-tab-tabmenu-disabled { + background-position: 0 0; + opacity:.5; + -moz-opacity:.5; + filter:alpha(opacity=50); + cursor:default; +}