diff options
author | Eric Guzman | 2012-04-13 01:45:31 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-13 01:45:31 -0700 |
commit | db9d44fea7856a8fba9e9e306dafa8777f1eb015 (patch) | |
tree | f05f18a6908c5becaa936c38bcc75e593f2ae7d7 /js/panels/css-panel/declaration.reel/declaration.css | |
parent | e39cc380ef2c0479f57b35dcadedccb0fb3fd22f (diff) | |
download | ninja-db9d44fea7856a8fba9e9e306dafa8777f1eb015.tar.gz |
CSS Panel - Add drag and drop UI
Diffstat (limited to 'js/panels/css-panel/declaration.reel/declaration.css')
-rw-r--r-- | js/panels/css-panel/declaration.reel/declaration.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/css-panel/declaration.reel/declaration.css b/js/panels/css-panel/declaration.reel/declaration.css index 77257fec..e37d89d2 100644 --- a/js/panels/css-panel/declaration.reel/declaration.css +++ b/js/panels/css-panel/declaration.reel/declaration.css | |||
@@ -9,4 +9,7 @@ | |||
9 | } | 9 | } |
10 | .treeRoot > .style-shorthand-branch > dl { | 10 | .treeRoot > .style-shorthand-branch > dl { |
11 | margin-top: 4px; | 11 | margin-top: 4px; |
12 | } | ||
13 | .drag-over { | ||
14 | /*background-color: red;*/ | ||
12 | } \ No newline at end of file | 15 | } \ No newline at end of file |