css question

Next
 From:  tijai
9256.1 
Hello everybody,

can someone tell me the CSS style for the little textfield ( Size... in my example-pic)? I use a dark theme (thanks to all who created this) and this little text is barely visible.

Thanks!




Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Cody (ECHOLOCATING)
9256.2 In reply to 9256.1 
Hi tijai,

MoI doesn't have this element declared in the moi.css file.

You'll have to add a new style...

#PropObjectSize {
     color:#FFF !important;
}


...the !important value causes the property to override any property declared elsewhere in the application. You're values won't work without !important, in this case.

Here are some more styles that affect that element...

#PropObjectSize:hover
#PropObjectSize:active
#PropObjectSizeUnits
#PropObjectSizeUnits:hover
#PropObjectSizeUnits:active


Have fun! I had a blast making my own theme.

-- Cody
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  tijai
9256.3 In reply to 9256.2 
Hello,

and thank you! now I have to fiddle out, were to put this in the moi.css :-) Looks like i´m not a css-pro :-)
i found this style in your moi.css, but i think i use a differtent theme from van (vandesign) .

i think i get it after a little try and error :-)

Thanks again.

tijai
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All