Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
557 B
29 lines
557 B
/*!
|
|
* Ext JS Library 3.2.1
|
|
* Copyright(c) 2006-2010 Ext JS, Inc.
|
|
* licensing@extjs.com
|
|
* http://www.extjs.com/license
|
|
*/
|
|
.x-tab-scroller-right-over {
|
|
background-position: -18px 0;
|
|
}
|
|
|
|
.x-tab-tabmenu-right {
|
|
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;
|
|
}
|