diff options
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/screenshot.jpg | bin | 0 -> 75494 bytes | |||
-rw-r--r--[-rwxr-xr-x] | view/theme/slackr/style.css | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | view/theme/slackr/theme.php | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/slackr/screenshot.jpg b/view/theme/slackr/screenshot.jpg Binary files differnew file mode 100644 index 000000000..eb1586d5d --- /dev/null +++ b/view/theme/slackr/screenshot.jpg diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index ed3b413fb..ed3b413fb 100755..100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css diff --git a/view/theme/slackr/theme.php b/view/theme/slackr/theme.php index 5d63583f4..ceec4dd97 100755..100644 --- a/view/theme/slackr/theme.php +++ b/view/theme/slackr/theme.php @@ -7,6 +7,8 @@ $a->page['htmlhead'] .= <<< EOT <script> $(document).ready(function() { +$('html').click(function() { $("#nav-notifications-menu" ).hide(); }); + $('.group-edit-icon').hover( function() { $(this).addClass('icon'); $(this).removeClass('iconspacer');}, |