Template:ReadMore/styles.css: Difference between revisions
From OnTrackNorthAmerica
No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.more | .more button::before{ | ||
display:none!important; | display:none!important; | ||
} | } | ||
.more | .more button::after{ | ||
display:none!important; | display:none!important; | ||
} | } | ||
.more | .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; }