diff options
author | Eric Guzman | 2012-03-13 15:52:33 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-13 15:52:33 -0700 |
commit | 40e03e102c14a343efee1bdcf32d0d244e3f8344 (patch) | |
tree | 30061979dd9a766c61777d6f1d98f9c79d047886 /js/panels/css-panel/rule-components | |
parent | 4979ee361a11225f19b991810ca8d8c429a22620 (diff) | |
download | ninja-40e03e102c14a343efee1bdcf32d0d244e3f8344.tar.gz |
CSS Panel - Style updates for collapsing branches
Diffstat (limited to 'js/panels/css-panel/rule-components')
-rw-r--r-- | js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css | 12 |
1 files changed, 9 insertions, 3 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 9306955c..deb71d31 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 | |||
@@ -7,10 +7,16 @@ | |||
7 | position: relative; | 7 | position: relative; |
8 | } | 8 | } |
9 | .style-rule-heading { | 9 | .style-rule-heading { |
10 | /*background-color: #333;*/ | 10 | background-color: #f3f3f3; |
11 | border: 1px #e7e7e7; | ||
12 | border-style: solid none; | ||
13 | box-shadow: inset 0 0 1px #FFF; | ||
14 | padding: 4px; | ||
11 | } | 15 | } |
12 | .style-sheet-name { | 16 | .style-sheet-name { |
17 | color: #333; | ||
13 | position: absolute; | 18 | position: absolute; |
14 | right: 0; | 19 | right: 8px; |
15 | 20 | text-decoration: none; | |
21 | font-family: "Droid Sans", sans-serif; | ||
16 | } \ No newline at end of file | 22 | } \ No newline at end of file |