]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / view / theme / duepuntozero / style.css
index 4604bedf08ad150bade0b9e278d579b24c9a1b13..938fbe47166037b86a601465c0bbef819f9b58cb 100755 (executable)
@@ -2991,18 +2991,17 @@ ul.menu-popup {
        list-style: none;
        z-index: 100000;
        top: 90px;
+       left: 400px;
 }
 #nav-notifications-menu {
        width: 320px;
        max-height: 400px;
        overflow-y: scroll;overflow-style:scrollbar;
        background-color:#FFFFFF;
-       -moz-border-radius:0px 0px 5px 5px;
-       -webkit-border-radius:0px 0px 5px 5px;
-       border-radius:0px 0px 5px 5px;
+       -moz-border-radius: 5px;
+       -webkit-border-radius: 5px;
+       border-radius:5px;
        border: 1px solid #888;
-       border-top: none;
-
 }
 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
 #nav-notifications-menu img { float: left; margin-right: 5px; }
@@ -3034,3 +3033,7 @@ ul.menu-popup {
        height: 32px;
        padding: 7px 7px 0px 0px;
 }
+
+.notify-seen {
+       background: #DDDDDD;
+}
\ No newline at end of file