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.css6
1 files changed, 6 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
index deb71d31..3ec8901a 100644
--- 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
@@ -6,6 +6,12 @@
6.css-style-rule-item { 6.css-style-rule-item {
7 position: relative; 7 position: relative;
8} 8}
9.css-style-rule-item:after {
10 content: "}";
11 padding: 0 0 0 4px;
12 position: relative;
13 top: -10px;
14}
9.style-rule-heading { 15.style-rule-heading {
10 background-color: #f3f3f3; 16 background-color: #f3f3f3;
11 border: 1px #e7e7e7; 17 border: 1px #e7e7e7;