Merge pull request #1098 from nupplaphil/feat/check_messages
[friendica-addons.git/.git] / showmore_dyn / showmore_dyn.css
1 .wall-item-body-toggle {
2         width: 100%;
3         text-align: center;
4         background-image: linear-gradient(rgba(0, 0, 0, 0), #f6f6f6);
5         cursor: pointer;
6         height: 50px;
7         position: absolute;
8         top: auto;
9         bottom: 0;
10         z-index: 11;
11         left: 0;
12         display: none;
13 }
14
15 .wall-item-body-toggle-text {
16         width: 100%;
17         position: absolute;
18         top: auto;
19         bottom: 0;
20         z-index: 12;
21         left: 0;
22         text-shadow: 0 0 5px #f6f6f6;
23         font-weight: bold;
24         background: none !important;
25         border: none;
26         padding: 0 !important;
27         cursor: pointer;
28 }
29
30 .wall-item-body-toggle-text:hover {
31         text-decoration: underline;
32 }
33
34 .wall-item-body {
35         position: relative;
36         width: 100%;
37 }