Dingo
New Member
Posts: 2
inherit
268944
0
Nov 16, 2024 22:25:11 GMT -8
Dingo
2
December 2023
dessertdingo
|
Post by Dingo on Dec 29, 2023 22:55:29 GMT -8
Forum URL: dbsparking.freeforums.net/Hey all! Myself and a fellow admin have been working on making a second theme, a dark theme for the site and have been doing good so far! But can't seem to work out a way to change the colour of the background of the "Font Color" drop down menu itself to go with the theme, we've worked out how to change some aspects of it but not the whole background colour itself, is there any way to change it?
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,024
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Dec 30, 2023 6:26:00 GMT -8
div#colorPicker-container { background: mistyrose; color: red; } Note that by default, it uses a "background-image" of (https://storage.proboards.com/forum/images/colorPicker/bg.png), which would be a layer that covers any "background-color" you may have tried setting. The use of the shorthand "background" above automatically resets that "background-image" to none if not explicitly specified in the rule which is why it should work.
|
|
Dingo
New Member
Posts: 2
inherit
268944
0
Nov 16, 2024 22:25:11 GMT -8
Dingo
2
December 2023
dessertdingo
|
Post by Dingo on Dec 30, 2023 18:41:11 GMT -8
Chris Thank you so so much Chris! This worked perfectly and we even got it to work with the plug-in that lets you save colour swatches as well, thank you so much for your help! For colouring the swatches part as well just in case anyone else needs it;
|
|