diff options
author | Valerio Virgillito | 2012-07-18 15:08:37 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-18 15:08:37 -0700 |
commit | 819348eaf3ff6b4a8c38ecca7c18f6dacac7f03b (patch) | |
tree | 2d16f0fc70e5f65986accef736583c59fe39a08a /js/ui/menu/menu-entry.reel | |
parent | 2f009ea40ca815a9aff27a5862bba5a6b335586c (diff) | |
download | ninja-819348eaf3ff6b4a8c38ecca7c18f6dacac7f03b.tar.gz |
Fixed some issues with the menu-fixes
- Fixed the dark background on file open
- Fixed the copy/paste/cut menu not working.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ui/menu/menu-entry.reel')
-rwxr-xr-x | js/ui/menu/menu-entry.reel/menu-entry.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ui/menu/menu-entry.reel/menu-entry.css b/js/ui/menu/menu-entry.reel/menu-entry.css index 70e8c400..e8ba5fa6 100755 --- a/js/ui/menu/menu-entry.reel/menu-entry.css +++ b/js/ui/menu/menu-entry.reel/menu-entry.css | |||
@@ -53,7 +53,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
53 | -webkit-box-shadow: none; | 53 | -webkit-box-shadow: none; |
54 | } | 54 | } |
55 | 55 | ||
56 | .selected { | 56 | .topMenuItem.selected { |
57 | background-color: #222222; | 57 | background-color: #222222; |
58 | } | 58 | } |
59 | 59 | ||