Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
I am Freddy G Posted March 27, 2010 Posted March 27, 2010 So I have a dark forum skin. I will not be honest they are rare! One thing that bugs me is on the status update hook, the input box. I just tested it on this board 3.1.0 Beta 1and I am sad to see it is the same. I thought someone reported this as a bug, but I am not certain. So here is the suggestion thread! Here is the html code by default on sidebar status update hook<input type="text" style="width: 80%; color: gray; padding: 2px;" id="statusUpdate"> I can go in the ACP > Look & Feel and edit color:gray. That is awesome!! I can change it to a bright white to blend in with my skin Now when you click in the input box this code changes to this:<input type="text" style="width: 80%; color: black; padding: 2px;" id="statusUpdate"> This sucks - color:black; I haven't found a way to override this with CSS. umm yeah so there it is. Make it able so I can override black with css. Because typing black on a black background sucks. - Freddy
Luke Posted March 27, 2010 Posted March 27, 2010 Uh... shouldn't this be a CSS class? I mean I can understand the width in some cases, but most style="" should be in the CSS file.
I am Freddy G Posted March 27, 2010 Author Posted March 27, 2010 Yeah I agree to. maybe use a :focus pseudo-class. Staff Reply - It is a bug
Recommended Posts
Archived
This topic is now archived and is closed to further replies.