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
638 B
29 lines
638 B
/*!
|
|
* Ext JS Library 3.2.0
|
|
* Copyright(c) 2006-2010 Ext JS, Inc.
|
|
* licensing@extjs.com
|
|
* http://www.extjs.com/license
|
|
*/
|
|
.x-dd-drag-ghost{
|
|
color:#000;
|
|
font: normal 14px arial, helvetica, sans-serif;
|
|
border-color: #ddd #bbb #bbb #ddd;
|
|
background-color:#fff;
|
|
}
|
|
|
|
.x-dd-drop-nodrop .x-dd-drop-icon{
|
|
background-image: url(../images/default/dd/drop-no.gif);
|
|
}
|
|
|
|
.x-dd-drop-ok .x-dd-drop-icon{
|
|
background-image: url(../images/default/dd/drop-yes.gif);
|
|
}
|
|
|
|
.x-dd-drop-ok-add .x-dd-drop-icon{
|
|
background-image: url(../images/default/dd/drop-add.gif);
|
|
}
|
|
|
|
.x-view-selector {
|
|
background-color:#c3daf9;
|
|
border-color:#3399bb;
|
|
}
|