Skip to content
Snippets Groups Projects

anhur-3496010: Read more and add new comment needs to be styled.

Open Alok Singh requested to merge issue/anhur-3496010:anhur-3496010 into dev2
2 files
+ 69
0
Compare changes
  • Side-by-side
  • Inline
Files
2
/* Add your css code here */
.inline li {
background-color: #f1f1f1;
border-radius: 5px;
}
.inline li:hover {
background-color: #ccc;
cursor: pointer;
}
.inline li a:hover {
background: #ccc;
}
.node__content ul.links li:last-child {
margin-left: 10px;
padding-right: 15px !important;
}
ul.links li a {
font-size: 16px;
color: #000;
}
Loading