diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2009-01-01 15:21:01 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2009-01-01 15:21:01 +0000 |
| commit | 6dacbe7d0b46212d8951d00832c8fdb1b15569e5 (patch) | |
| tree | 4263ba60600d1eec602a1a8f73c7277e1ee255bb /skins/jason/extjs/resources/css/debug.css | |
| parent | e6487604d8ad67964ef7e6982b18426074d7de10 (diff) | |
| download | xxv-6dacbe7d0b46212d8951d00832c8fdb1b15569e5.tar.gz xxv-6dacbe7d0b46212d8951d00832c8fdb1b15569e5.tar.bz2 | |
* Add new, pure javascript skin JaSON (with framework extjs 2.2)
Diffstat (limited to 'skins/jason/extjs/resources/css/debug.css')
| -rw-r--r-- | skins/jason/extjs/resources/css/debug.css | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/skins/jason/extjs/resources/css/debug.css b/skins/jason/extjs/resources/css/debug.css new file mode 100644 index 0000000..308378a --- /dev/null +++ b/skins/jason/extjs/resources/css/debug.css @@ -0,0 +1,37 @@ +/*
+ * Ext JS Library 2.2
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing@extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+#x-debug-browser .x-tree .x-tree-node a span { + color:#222297; + font-size:11px; + padding-top:2px; + font-family:"monotype","courier new",sans-serif; + line-height:18px; +} +#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:#c3daf9; +} +#x-debug-browser .x-tool-toggle { + background-position:0 -75px; +} +#x-debug-browser .x-tool-toggle-over { + background-position:-15px -75px; +} +#x-debug-browser.x-panel-collapsed .x-tool-toggle { + background-position:0 -60px; +} +#x-debug-browser.x-panel-collapsed .x-tool-toggle-over { + background-position:-15px -60px; +}
\ No newline at end of file |
