From eb80f8a610100f908b5cb9ffc65bfa94f8a23c21 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 8 May 2012 13:26:36 -0700 Subject: CSS Panel - Create non-tree declaration (optimized). And add updating functionality. --- .../style-declaration.reel/style-declaration.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 js/panels/css-panel/style-declaration.reel/style-declaration.css (limited to 'js/panels/css-panel/style-declaration.reel/style-declaration.css') diff --git a/js/panels/css-panel/style-declaration.reel/style-declaration.css b/js/panels/css-panel/style-declaration.reel/style-declaration.css new file mode 100644 index 00000000..e37d89d2 --- /dev/null +++ b/js/panels/css-panel/style-declaration.reel/style-declaration.css @@ -0,0 +1,15 @@ +/* + This file contains proprietary software owned by Motorola Mobility, Inc.
+ No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
+ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. +
*/ + +.treeRoot > .style-shorthand-branch > div { + display: none; +} +.treeRoot > .style-shorthand-branch > dl { + margin-top: 4px; +} +.drag-over { + /*background-color: red;*/ +} \ No newline at end of file -- cgit v1.2.3