Collapsed Topics > change colour by topic

Re: Collapsed Topics > change colour by topic

by William Lu -
Number of replies: 0
Picture of Particularly helpful Moodlers

We can add hover color as well:

<style>

#toggle-12 {background-color: #808080; }

#toggle-12:hover {background-color: #c0c0c0; }

#toggle-13 {background-color: #808080; }

#toggle-13:hover {background-color: #c0c0c0; }

</style>