]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Bugfix: Frio css - add z-index to badges
[friendica.git] / view / theme / frio / css / style.css
index efff14a4eafd89e4daf038975204cc1a77042b5b..6f1fcf74adaea7c1975f4e7deba924b7ccd50f23 100644 (file)
@@ -270,6 +270,7 @@ a#item-delete-selected {
     vertical-align: baseline;
     background-color: $link_color;
     border-radius: 4px;
+    z-index: 1;
 }
 aside .badge {
     opacity: 0.7;
@@ -2220,18 +2221,14 @@ ul.notif-network-list > li {
     padding-left: 15px;
     padding-right: 15px;
 }
-ul.notif-network-list li.unseen {
-    border-left: 3px solid #f3fcfd;
-    background-color: #f3fcfd;
-}
 .intro-wrapper.media {
     overflow: visible;
     word-wrap: break-word;
     margin-top: 0;
 }
 .intro-photo-wrapper img.intro-photo {
-    height:48px;
-    width: 48px;
+    height:80px;
+    width: 80px;
     border-radius: 4px;
 }
 .intro-actions {
@@ -2283,6 +2280,9 @@ ul.notif-network-list > li:hover .intro-action-buttons {
 }
 
 /* Notifications Page */
+ul.notif-network-list li.unseen {
+    background-color: #f3fcfd;
+}
 .notif-item img.notif-image {
     height: 48px;
     width: 48px;