Template:ReadMore/styles.css: Difference between revisions
From OTNA Test Wiki
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
display:none!important; | display:none!important; | ||
} | } | ||
.more caption{ | |||
display:inline!important; | |||
} | |||
.more{ | .more{ | ||
border:none!important; | border:none!important; | ||
background:white!important; | background:white!important; | ||
} | } | ||
Revision as of 16:41, 21 October 2024
.more button::before{
display:none!important;
}
.more button::after{
display:none!important;
}
.more caption{
display:inline!important;
}
.more{
border:none!important;
background:white!important;
}