aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css')
-rw-r--r--js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css50
1 files changed, 50 insertions, 0 deletions
diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css
new file mode 100644
index 00000000..7cde3fd8
--- /dev/null
+++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css
@@ -0,0 +1,50 @@
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.css-style-rule-item {
7 position: relative;
8}
9.css-style-rule-item:after {
10 content: "}";
11 padding: 0 0 0 4px;
12 position: relative;
13 top: -10px;
14}
15.style-rule-heading {
16 background-color: #f3f3f3;
17 border: 1px #e7e7e7;
18 border-style: solid none;
19 box-shadow: inset 0 0 1px #FFF;
20 padding: 4px;
21}
22.style-sheet-name {
23 color: #333;
24 font-family: "Droid Sans", sans-serif;
25 padding-top: 1px;
26 position: absolute;
27 right: 8px;
28 text-decoration: none;
29}
30.css-style-rule-item .nj-css-selector {
31 position: relative;
32 border: 1px solid rgba(0,0,0,0);
33}
34.css-style-rule-item .nj-css-selector.editable {
35 border: 1px solid #999;
36 border-radius: 3px;
37 box-shadow: 1px 1px 1px #CCC;
38 color: #333;
39 display: inline-block;
40 margin-right: 7px;
41 max-width: none;
42 overflow: visible;
43 -webkit-user-select: text;
44}
45.css-style-rule-item .nj-css-selector:after {
46 position: absolute;
47
48 right: -10px;
49
50} \ No newline at end of file