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.
24 lines
490 B
24 lines
490 B
/*!
|
|
* Ext JS Library 3.2.0
|
|
* Copyright(c) 2006-2010 Ext JS, Inc.
|
|
* licensing@extjs.com
|
|
* http://www.extjs.com/license
|
|
*/
|
|
#x-debug-browser .x-tree .x-tree-node a span {
|
|
color:#222297;
|
|
font-size:14px;
|
|
font-family:"monotype","courier new",sans-serif;
|
|
}
|
|
|
|
#x-debug-browser .x-tree a i {
|
|
color:#ff4545;
|
|
font-style:normal;
|
|
}
|
|
|
|
#x-debug-browser .x-tree a em {
|
|
color:#999;
|
|
}
|
|
|
|
#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span{
|
|
background-color:#c3daf9;
|
|
}
|