Posts: 3,538
Threads: 348
Joined: Mar 2010
Reputation:
57
So you want to change the colour of the drop down menus? Or the text box?
For the text box, you'll need to edit the "textarea" CSS under your global.css page.
For the drop downs, you'll need to edit the "select" CSS under the same global.css page.
Posts: 4
Threads: 1
Joined: Sep 2011
Reputation:
0
09-15-2011, 03:16 PM
(This post was last modified: 09-15-2011, 03:24 PM by jaytylor.)
Wow, Thanks, but how do I change the background border color behind text area (The white color).
Also how can I change the dropdown's arrow and the buttons (Like clear and go)
Posts: 3,538
Threads: 348
Joined: Mar 2010
Reputation:
57
The border isn't actually part of the textarea.
Go to /jscripts/editor_themes/default/stylesheet.css
Edit the messageEditor as you like.
I think for the select edit, it's a little harder than just your basic CSS edit. You'll have to ask someone more knowledgeable than myself.
Posts: 4
Threads: 1
Joined: Sep 2011
Reputation:
0
Wow, thanks it looks a lot better. Now, how do I add my custom buttons. Such as the post reply, go search thread ect..
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
09-15-2011, 05:20 PM
(This post was last modified: 09-15-2011, 05:20 PM by AceInfinity.)
Those aren't part of the editor, but they are basic input buttons that your webbrowser uses, if you want it replaced, keep the function, but you can use javascript buttons for their appearance.
Posts: 5,793
Threads: 268
Joined: Sep 2010
Reputation:
85
First you would need to learn javascript, otherwise search it up on google and learn for yourself. You'll retain the information a lot better if it isn't spoon fed to you.