Move the BUR help text from the <textarea> placeholder attribute to a <details> tag that embeds the [[help:bur_notice]] wiki page. Also update some CSS for the <details> tag that was meant to only apply to the user upgrades page and didn't look good here.
22 lines
432 B
SCSS
22 lines
432 B
SCSS
div#c-user-upgrades {
|
|
div#a-new {
|
|
summary {
|
|
padding: 1rem 0;
|
|
}
|
|
|
|
table#feature-comparison {
|
|
colgroup#basic {
|
|
background-color: var(--user-upgrade-basic-background-color);
|
|
}
|
|
|
|
colgroup#gold {
|
|
background-color: var(--user-upgrade-gold-background-color);
|
|
}
|
|
|
|
colgroup#platinum {
|
|
background-color: var(--user-upgrade-platinum-background-color);
|
|
}
|
|
}
|
|
}
|
|
}
|