diff options
author | Eric Guzman | 2012-03-16 15:08:29 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-16 15:08:29 -0700 |
commit | 4afb01e3b8261ab5e9492bfc63ad17e44dfcb934 (patch) | |
tree | e34d41690924d9d35abdf1ffb56aedbf85f993dc /js/panels/css-panel/style.reel | |
parent | 5247614b90c5cb104166b22ae92b8f29bd1e306f (diff) | |
download | ninja-4afb01e3b8261ab5e9492bfc63ad17e44dfcb934.tar.gz |
CSS Panel Updates - CSS tweaks and cleanup
Diffstat (limited to 'js/panels/css-panel/style.reel')
-rw-r--r-- | js/panels/css-panel/style.reel/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/panels/css-panel/style.reel/style.css b/js/panels/css-panel/style.reel/style.css index ebeefb91..4673ab69 100644 --- a/js/panels/css-panel/style.reel/style.css +++ b/js/panels/css-panel/style.reel/style.css | |||
@@ -17,6 +17,13 @@ | |||
17 | outline: none; | 17 | outline: none; |
18 | padding: 0 2px; | 18 | padding: 0 2px; |
19 | } | 19 | } |
20 | .css-property:after { | ||
21 | color: #333; | ||
22 | content: ":"; | ||
23 | } | ||
24 | .css-value:after { | ||
25 | content: ";"; | ||
26 | } | ||
20 | .css-property { | 27 | .css-property { |
21 | display: inline-block; | 28 | display: inline-block; |
22 | color: rgb(200,0,0); | 29 | color: rgb(200,0,0); |