diff options
Diffstat (limited to 'js/panels/css-panel/style-shorthand.reel/style-shorthand.css')
-rw-r--r-- | js/panels/css-panel/style-shorthand.reel/style-shorthand.css | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/js/panels/css-panel/style-shorthand.reel/style-shorthand.css b/js/panels/css-panel/style-shorthand.reel/style-shorthand.css new file mode 100644 index 00000000..52f5a3c1 --- /dev/null +++ b/js/panels/css-panel/style-shorthand.reel/style-shorthand.css | |||
@@ -0,0 +1,43 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | .css-tree-branch { | ||
8 | /*padding-left: 10px;*/ | ||
9 | } | ||
10 | .style-item { | ||
11 | padding-left: 20px; | ||
12 | } | ||
13 | .css-tree-branch .css-tree-branch { | ||
14 | padding-left: 20px; | ||
15 | margin-top: 0; | ||
16 | margin-bottom: 0; | ||
17 | overflow: hidden; | ||
18 | } | ||
19 | .style-shorthand-branch > div { | ||
20 | background-color: #fafafa; | ||
21 | border-bottom: 1px solid #ededed; | ||
22 | position: relative; | ||
23 | } | ||
24 | .style-shorthand-branch > div:hover { | ||
25 | background-color: #f1f1f1; | ||
26 | border-bottom: 1px solid #e1e1e1; | ||
27 | position: relative; | ||
28 | } | ||
29 | .style-shorthand-branch > div:hover:after { | ||
30 | opacity: 1; | ||
31 | } | ||
32 | .style-shorthand-branch > div:after { | ||
33 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAJCAYAAAD%2BWDajAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw%2FeHBhY2tldCBiZWdpbj0i77u%2FIiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8%2BIDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODUxMDg2RjY1NkYxMUUxODMyRUQwQzAxMzUxMjUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODUxMDg3MDY1NkYxMUUxODMyRUQwQzAxMzUxMjUxRiI%2BIDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI4NTEwODZENjU2RjExRTE4MzJFRDBDMDEzNTEyNTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI4NTEwODZFNjU2RjExRTE4MzJFRDBDMDEzNTEyNTFGIi8%2BIDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY%2BIDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8%2BaoqKDgAAAGhJREFUeNpibG9vP8DAwGDPgAkuMAGJ6QzYwXSQ5Bogfoom8RGIFzNVVFT8xaJ7FlD8OxOUMxeIf0HZIMWzQAywJFDVC6jxILADyL8Dl4SCKWg0A8P%2F%2F%2F%2FhGOitFch8JjSHxCFzAAIMACCjLJNKELwVAAAAAElFTkSuQmCC); | ||
34 | background-repeat: no-repeat; | ||
35 | content: "\00a0"; | ||
36 | height: 10px; | ||
37 | position: absolute; | ||
38 | right: 8px; | ||
39 | top: 4px; | ||
40 | width: 10px; | ||
41 | opacity: .3; | ||
42 | } | ||
43 | |||