Re: buttons on msgs
By: The Millionaire to echicken on Tue Jun 18 2019 15:29:18
colors would be anice feature though.
That's technically doable now, with entries in web/root/css/custom.css like so:
a[title="Jump to oldest message"] {
background-color: firebrick;
}
a[title="Jump to previous message"] {
background-color: red;
}
a[title="Direct link to this message"] {
background-color: aqua;
}
a[title="Jump to next message"] {
background-color: lime;
}
a[title="Jump to newest message"] {
background-color: forestgreen;
}
Using the title selector is pretty clunky, so when I get around to revising the forum I'll come up with better identifiers for these elements.
The icon set will probably always be somewhat limited and I've chosen what strikes me as the best one in each case, so that's not likely to become customizable.
And this probably goes without saying, but you're not stuck with the colours I used in my example above. Search the web for "CSS colors" to find lists of friendly names that you can use in your CSS file. Add "hexadecimal" to the search terms for somewhat more flexibility.
---
echicken
electronic chicken bbs - bbs.electronicchicken.com
þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com