24 lines
490 B
CSS
Executable File
24 lines
490 B
CSS
Executable File
/*!
|
|
* Ext JS Library 3.4.0
|
|
* Copyright(c) 2006-2011 Sencha Inc.
|
|
* licensing@sencha.com
|
|
* http://www.sencha.com/license
|
|
*/
|
|
#x-debug-browser .x-tree .x-tree-node a span {
|
|
color:#222297;
|
|
font-size:11px;
|
|
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;
|
|
} |