MyBB Community Forums

Full Version: In the topic
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Howdy

I have been trying to find a way to change the colours in the boxes next to where it says Your Message: (Font)(Text Size)

As at the moment its very hard to read what the writing says i have uploaded a image for you to see and in the hope you can help me fix the problem.

[img][Image: topicbox.png][/img]
hm well i didn't get it right
but i am 90% sure that what you want is this

go to styles
edit global.css
edit this

textarea {
background: none repeat scroll 0 0 #INSERTHEXCODEHERE;

give it a try and tell me how it works
if i did it
il accept reps :3
please see this : Fonts and Text Sizes
None of this has fixed the problem.
(2011-07-11, 05:46 PM)The-Dragon-Man Wrote: [ -> ]None of this has fixed the problem.

my mistake

find stylesheet.css

.messageEditor .toolbar_dropdown .editor_dropdown_label {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #REPLACEWITHDESIRED;
border-color: #ABC1DE -moz-use-text-color #ABC1DE #ABC1DE;
border-style: solid none solid solid;
border-width: 1px 0 1px 1px;
height: 14px;
margin-right: 14px;
min-width: 120px;
overflow: hidden;
padding: 3px 4px;
}
suggestions in the above reference link actually work ..
you have to hard refresh the composing page to check it !!