I have the following problem. I have a Flex 4.1 project with a CSS file that has the following components:
global {color: #FFFFFF; Font-family: vardana; Anti-font-alias-type: advanced; Model-transparency color: 000000; Focus color: # B 3001A; Error Control: #B 3001A; } And after that I have a specific style for a text input:
s | Text input, s. Numericstper, weapon IPv4AddressInput {color: # 000000; Collision Collar: # 555; ContentBackgroundColor: # e5e5e8; Border color: # 000000; } But sometimes it happens that there is a problem in s: textInput. The colors of the characters you entered are sometimes the color of the global style, then you have a black colored The font was expected but you see a white font.
Does anyone know how to solve it or why it is being understood?
You can force it to override it:
Color: # 000000! Important;
Comments
Post a Comment