MyBB Community Forums

Full Version: jQuery color picker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
I don't know if this is still being supported, but how do I change a certain attribute, like the border color of an element "thead."

Also, how do I change the link color?
how would I add just box-shadow to change color with it?
(2015-04-09, 04:06 AM)Dragonexsperm Wrote: [ -> ]how would I add just box-shadow to change color with it?

Try replacing "background-color" with "box-shadow" on skin.js (on all of the matches)
Hmmm. Didn't work. Nothing appears on my board.
is it possible to get the color to change when hovering on a link?
How do you even get this to work? Tried upload files (cp, css, js) to root directory, linked in headerinclude, added button, the css, etc. - nothing works...
Edit: NVM. Got it.
Edit 2: Wait... only one thingy is colored, even though .thead and everything else is in skin.js... my board URL: http://dankproductions.byethost14.com
Edit 3: If I F5, it shows .thead and the like as colored, then it disappears...
^ remove jQuery.noConflict(); from skin.js and try it again
(2015-06-22, 03:14 AM).m. Wrote: [ -> ]^ remove jQuery.noConflict(); from skin.js and try it again

Tried that, it didn't work.
^ oh! also remove cookie.js code from headerinclude template
(2015-06-22, 03:30 AM).m. Wrote: [ -> ]^ oh! also remove cookie.js code from headerinclude template

Now nothing happens when colorpicker is clicked on.
Pages: 1 2 3 4 5 6 7