Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » FAQ - Error
FAQ - Error [message #2503] Sun, 25 April 2010 12:55 Go to previous message
ljkbrost is currently offline  ljkbrost
Messages: 59
Registered: April 2006
Member
In the following entry:

117. Can I change the style of individual entries in a radio group?

There is CSS code that references 'div' tags but radicore renders them in 'class' tags so the instructions don't work. The css should be updated from:

div.green {
  background: green;
  color: white;
  font-weight: bold;
}


To:

.green {
  background: green;
  color: white;
  font-weight: bold;
}


Cheers,


Kyle Brost
----
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Typo in workitem(timeout).php
Next Topic: Quick Reply not working
Goto Forum:
  


Current Time: Thu Apr 25 01:22:18 EDT 2024

Total time taken to generate the page: 0.01522 seconds