aboutsummaryrefslogtreecommitdiff
path: root/js/ui/menu/menu-entry.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-18 15:08:37 -0700
committerValerio Virgillito2012-07-18 15:08:37 -0700
commit819348eaf3ff6b4a8c38ecca7c18f6dacac7f03b (patch)
tree2d16f0fc70e5f65986accef736583c59fe39a08a /js/ui/menu/menu-entry.reel
parent2f009ea40ca815a9aff27a5862bba5a6b335586c (diff)
downloadninja-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-xjs/ui/menu/menu-entry.reel/menu-entry.css2
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