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.
25 lines
531 B
25 lines
531 B
/*!
|
|
* Ext JS Library 3.2.0
|
|
* Copyright(c) 2006-2010 Ext JS, Inc.
|
|
* licensing@extjs.com
|
|
* http://www.extjs.com/license
|
|
*/
|
|
.x-panel-noborder .x-panel-header-noborder {
|
|
border-bottom-color:#99bbe8;
|
|
}
|
|
|
|
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
|
|
border-bottom-color:#99bbe8;
|
|
}
|
|
|
|
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
|
|
border-top-color:#99bbe8;
|
|
}
|
|
|
|
.x-tab-panel-bbar-noborder .x-toolbar {
|
|
border-top-color:#99bbe8;
|
|
}
|
|
|
|
.x-tab-panel-tbar-noborder .x-toolbar {
|
|
border-bottom-color:#99bbe8;
|
|
}
|