From 40e03e102c14a343efee1bdcf32d0d244e3f8344 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 13 Mar 2012 15:52:33 -0700 Subject: CSS Panel - Style updates for collapsing branches --- .../rule-components/css-style-rule.reel/css-style-rule.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'js/panels/css-panel/rule-components') 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 @@ position: relative; } .style-rule-heading { - /*background-color: #333;*/ + background-color: #f3f3f3; + border: 1px #e7e7e7; + border-style: solid none; + box-shadow: inset 0 0 1px #FFF; + padding: 4px; } .style-sheet-name { + color: #333; position: absolute; - right: 0; - + right: 8px; + text-decoration: none; + font-family: "Droid Sans", sans-serif; } \ No newline at end of file -- cgit v1.2.3