adding is-focused to body, and styling light ui

This commit is contained in:
Jon Rohan
2013-02-01 18:40:53 -05:00
parent 6e31e278e8
commit e54c3d8fbb
4 changed files with 50 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ windowAdditions =
$(window).on 'core:close', => @close()
$(window).command 'window:close', => @close()
$(window).on 'focus blur', => $("body").toggleClass("is-focused")
# This method is intended only to be run when starting a normal application
# Note: RootView assigns itself on window on initialization so that