Fixed CSS for user notifications
authorAlexander Ebert <ebert@woltlab.com>
Fri, 14 Oct 2011 11:32:55 +0000 (13:32 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 14 Oct 2011 11:32:55 +0000 (13:32 +0200)
wcfsetup/install/files/acp/style/style.css

index 2fa53b143f6f9a60c71e6f4a3b4991ebf2eb0e2b..531a3f22e1544919cb256bcded6ab711fb238353 100644 (file)
@@ -2736,6 +2736,7 @@ div.userNotificationContainer {
        background-color: rgba(224, 224, 224, .9);
        position: absolute;
        width: 250px;
+       z-index: 501;   /* adjust to any value you like, it *MUST* be higher than 'header.pageHeader nav.topMenu' */
 }
 
 div.scrollableContainer {
@@ -2766,6 +2767,7 @@ div.scrollableContainer > div:first-child ul {
 
 div.scrollableContainer > div:first-child li {
        border-top: 1px solid rgba(192, 192, 192, 1);
+       cursor: pointer;
        padding: 7px;
 }