Template:ReadMore/styles.css: Difference between revisions
From OnTrackNorthAmerica
(Created page with ".more caption::before{ display:none; } .more caption::after{ display:none; }") |
No edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.more | .more button::before{ | ||
display:none; | display:none!important; | ||
} | } | ||
.more | .more button::after{ | ||
display:none; | display:none!important; | ||
} | |||
.more caption{ | |||
display:inline!important; | |||
} | |||
.more{ | |||
border:none!important; | |||
background:white!important; | |||
} | } |
Latest revision as of 16:59, 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; }