aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Guzman2012-05-10 15:22:41 -0700
committerEric Guzman2012-05-10 15:22:41 -0700
commit1db59a64c0db27878ce45858748b5a74b273dcb1 (patch)
treef8b7b71fb5607f49559f4899cdfd5d29f944153b
parentb52222a0e165825bf507b4f69b33d51c84eb85d4 (diff)
downloadninja-1db59a64c0db27878ce45858748b5a74b273dcb1.tar.gz
CSS Panel - fix issue with hover/scroll to top
-rw-r--r--js/panels/css-panel/rule-list.reel/rule-list.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/css-panel/rule-list.reel/rule-list.css b/js/panels/css-panel/rule-list.reel/rule-list.css
index 0f744511..1d998f3d 100644
--- a/js/panels/css-panel/rule-list.reel/rule-list.css
+++ b/js/panels/css-panel/rule-list.reel/rule-list.css
@@ -12,7 +12,7 @@
12 background-color: #FFF; 12 background-color: #FFF;
13 background: #FFF -webkit-linear-gradient(top, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 4px); 13 background: #FFF -webkit-linear-gradient(top, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 4px);
14 color: #333; 14 color: #333;
15 display: -webkit-box; 15 display: block;
16 font-family: monospace; 16 font-family: monospace;
17 padding: 0; 17 padding: 0;
18 margin: 0; 18 margin: 0;