diff options
author | Valerio Virgillito | 2012-05-29 15:32:47 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-29 15:32:47 -0700 |
commit | 5d7dff15e1e603e3b37057b9843e4b1eef1b2dca (patch) | |
tree | 25c2a5a1b4a273fc32a555cf662b6963a5770885 /js/components/layout/document-entry.reel | |
parent | 4fa08fe2ce439a5f5c248c568f72d3828ee11b36 (diff) | |
download | ninja-5d7dff15e1e603e3b37057b9843e4b1eef1b2dca.tar.gz |
cleanup and handling the document views in the document controller for now.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout/document-entry.reel')
-rwxr-xr-x | js/components/layout/document-entry.reel/document-entry.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/layout/document-entry.reel/document-entry.css b/js/components/layout/document-entry.reel/document-entry.css index 6a2900be..87880b8d 100755 --- a/js/components/layout/document-entry.reel/document-entry.css +++ b/js/components/layout/document-entry.reel/document-entry.css | |||
@@ -42,7 +42,7 @@ | |||
42 | background-color:#7F7F7F; | 42 | background-color:#7F7F7F; |
43 | } | 43 | } |
44 | 44 | ||
45 | .documentEntry img:hover { | 45 | .documentEntry button:hover { |
46 | opacity: 1.0; /* 100% */ | 46 | opacity: 1.0; /* 100% */ |
47 | } | 47 | } |
48 | 48 | ||