Thanks Loki/Endless
Big thanks to Loki/Endless for solving the problem with our white on white login fields. They're all better now!
-
- SWG Tales Founder
Thought we fixed that... What was it, a CSS issue?Seret Sajet wrote:Big thanks to Loki/Endless for solving the problem with our white on white login fields. They're all better now!
Coiy
- Coiyonite Adaks
- First Lieutenant
yes it was... but not in the main CSS File.
The Overall Header has a CSS Script in it. (why it just doesnt look back at the script file and auto add the info in I dont know)
anyway the lazy fuckers that made the originaly subsilver theme never added the background-color attribute to the input section of the stylesheet.
why this doesn't affect the whole site I'm not exactly sure.
I'm guessing they never added it because they needed it to be white anyway.
The Overall Header has a CSS Script in it. (why it just doesnt look back at the script file and auto add the info in I dont know)
anyway the lazy fuckers that made the originaly subsilver theme never added the background-color attribute to the input section of the stylesheet.
why this doesn't affect the whole site I'm not exactly sure.
I'm guessing they never added it because they needed it to be white anyway.
-
- SWG Tales Founder
CodeSelect all
/* Form elements */
input,textarea, select {
color : {T_BODY_TEXT};
font: normal {T_FONTSIZE2}px {T_FONTFACE1};
border-color : {T_BODY_TEXT};
background-color : {T_TD_COLOR2};
}
that wasnt their before

this is in the overall_header.tpl in the /templates/SWGtales/ folder
-
- SWG Tales Founder
The Server time is set to GMT -1 hour, adjust accordingly to view the correct time..
So like for me (eastern time) I set it to GMT -4
Central is GMT -5
Mountain GMT -6
Pacific GMT -7
So like for me (eastern time) I set it to GMT -4
Central is GMT -5
Mountain GMT -6
Pacific GMT -7
-
- SWG Tales Founder
Hate to say it but we are suffering from some black on black fields now, mainly in the user search popup window (for PM's and stuff). I'll take a look at it after work today unless someone gets a chance to jump on it now.
Coiy
Coiy
- Coiyonite Adaks
- First Lieutenant
I can look at it now, I have all kinds of free time at work dude.
-
- SWG Tales Founder
Thanks man!Loki Vidaar wrote:Fixed it
It was in simple_header.tpl
Coiy
- Coiyonite Adaks
- First Lieutenant