diff options
author | Eric Guzman | 2012-05-01 12:06:15 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-01 12:06:15 -0700 |
commit | 084576ca2dcaaff1184338e0ec4a587ee0dacee7 (patch) | |
tree | 83391e752a5e75723b61c08c9e970a108fee6818 /js/panels/css-panel/style.reel/style.css | |
parent | 514aee0052f6721758401023accd9a4a56cdd217 (diff) | |
download | ninja-084576ca2dcaaff1184338e0ec4a587ee0dacee7.tar.gz |
CSS Panel - Added code hinting and tooltips
Diffstat (limited to 'js/panels/css-panel/style.reel/style.css')
-rw-r--r-- | js/panels/css-panel/style.reel/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/css-panel/style.reel/style.css b/js/panels/css-panel/style.reel/style.css index ff410951..c6bb070c 100644 --- a/js/panels/css-panel/style.reel/style.css +++ b/js/panels/css-panel/style.reel/style.css | |||
@@ -110,6 +110,9 @@ | |||
110 | margin-right: -7px; | 110 | margin-right: -7px; |
111 | right: -1px; | 111 | right: -1px; |
112 | } | 112 | } |
113 | .style-item .hintable-hint { | ||
114 | color: #CCC; | ||
115 | } | ||
113 | 116 | ||
114 | /* ------------------------ | 117 | /* ------------------------ |
115 | Empty Style (Add Style) | 118 | Empty Style (Add Style) |