diff options
author | Valerio Virgillito | 2012-07-09 12:18:41 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-09 12:18:41 -0700 |
commit | b7eb5e948a911ab78461eb77a7ff1b55da2c3d8d (patch) | |
tree | dc45ebb1e9b77acad6c8062d7d0faf5658d5ba08 /js/components/menu/menu-item.reel/menu-item.css | |
parent | 961d9f223b279bf0f81468dca6b075e7a4be0e30 (diff) | |
parent | cbb39c7833994c6e1db3f5b445fbedf5c70b95cc (diff) | |
download | ninja-b7eb5e948a911ab78461eb77a7ff1b55da2c3d8d.tar.gz |
Merge pull request #371 from ananyasen/menu-bug-fix
fixed IKNINJA-1877 : Clicking on a menu item should commit on mouse up a...
Diffstat (limited to 'js/components/menu/menu-item.reel/menu-item.css')
-rwxr-xr-x | js/components/menu/menu-item.reel/menu-item.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/components/menu/menu-item.reel/menu-item.css b/js/components/menu/menu-item.reel/menu-item.css index 298d706d..59f04675 100755 --- a/js/components/menu/menu-item.reel/menu-item.css +++ b/js/components/menu/menu-item.reel/menu-item.css | |||
@@ -33,10 +33,12 @@ POSSIBILITY OF SUCH DAMAGE. | |||
33 | font-size: 10pt; | 33 | font-size: 10pt; |
34 | padding: 3px 12px 3px 8px; | 34 | padding: 3px 12px 3px 8px; |
35 | text-shadow : 1px 1px 1px #000000; | 35 | text-shadow : 1px 1px 1px #000000; |
36 | cursor:pointer; | ||
36 | } | 37 | } |
37 | 38 | ||
38 | .menuItem:hover { | 39 | .menuItem:hover { |
39 | background-color: #7f7f7f; | 40 | background-color: #7f7f7f; |
41 | cursor:pointer; | ||
40 | } | 42 | } |
41 | 43 | ||
42 | .menubg .subEntries { | 44 | .menubg .subEntries { |