]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/css/style.css
Merge pull request #7828 from nupplaphil/task/move_enotify
[friendica.git] / view / theme / frio / css / style.css
index f1c78abc777b291b9c1799005dff2fb6866b577b..b0458d513c432d104e581111ec15fc2f88ded740 100644 (file)
@@ -1800,6 +1800,28 @@ aside .panel-body {
     font-size: 14px;
 }
 
+/* Contact avatar click card */
+.userinfo.click-card {
+       position: relative;
+}
+
+.userinfo.click-card > *:hover:after {
+       content: '⌄';
+       color: #bebebe;
+       font-size: 1em;
+       font-weight: bold;
+       background-color: #ffffff;
+       text-align: center;
+       line-height: 40%;
+       position: absolute;
+       top: 0;
+       left: 0;
+       width: 33%;
+       height: 33%;
+       opacity: .8;
+       border-radius: 0 0 40% 0;
+}
+
 /* The lock symbol popup */
 #panel {
     position: absolute;