Merge pull request #1098 from nupplaphil/feat/check_messages
[friendica-addons.git/.git] / showmore_dyn / showmore_dyn.css
index 76bb755..93cc87a 100644 (file)
@@ -1,34 +1,37 @@
 .wall-item-body-toggle {
-    width: 100%;
-    text-align: center;
-    background-image: linear-gradient(rgba(0,0,0,0), #f6f6f6);
-    cursor: pointer;
-    height: 50px;
-    position: absolute;
-    top: auto;
-    bottom: 0;
-    z-index: 11;
-    left: 0;
-    display: none;
+       width: 100%;
+       text-align: center;
+       background-image: linear-gradient(rgba(0, 0, 0, 0), #f6f6f6);
+       cursor: pointer;
+       height: 50px;
+       position: absolute;
+       top: auto;
+       bottom: 0;
+       z-index: 11;
+       left: 0;
+       display: none;
 }
+
 .wall-item-body-toggle-text {
-    width: 100%;
-    position: absolute;
-    top: auto;
-    bottom: 0;
-    z-index: 12;
-    left: 0;
-    text-shadow: 0 0 5px #f6f6f6;
-    font-weight: bold;
-}
-.wall-item-body {
-    position: relative;
-    width: 100%;
-}
-.wall-item-body-wrapper {
-    position: relative;
-    width: 100%;
-    display: inline-block;
+       width: 100%;
+       position: absolute;
+       top: auto;
+       bottom: 0;
+       z-index: 12;
+       left: 0;
+       text-shadow: 0 0 5px #f6f6f6;
+       font-weight: bold;
+       background: none !important;
+       border: none;
+       padding: 0 !important;
+       cursor: pointer;
 }
 
+.wall-item-body-toggle-text:hover {
+       text-decoration: underline;
+}
 
+.wall-item-body {
+       position: relative;
+       width: 100%;
+}