#8374: Making link a button

This commit is contained in:
Christian Wiwie 2020-03-14 22:58:25 +01:00
parent 28b9a8323d
commit dd09acffbd
2 changed files with 9 additions and 1 deletions

View file

@ -20,6 +20,14 @@
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;