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 next 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
----
Re: FAQ - Error [message #2504 is a reply to message #2503] Sun, 25 April 2010 17:21 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
I don't know which css file you are looking at, but the one included in the Radicore download which demonstrates the colouring of radio group items is in 'radicore/menu/style_custom.css', and this already specifies '.green' and not 'div.green'.

Re: FAQ - Error [message #2505 is a reply to message #2503] Sun, 25 April 2010 21:15 Go to previous messageGo to next message
ljkbrost is currently offline  ljkbrost
Messages: 59
Registered: April 2006
Member
Hi Tony,

I was looking at the HTML FAQ page on www.radicore.org in the Documents section. I did not check any code that was in the files.

Cheers,


Kyle Brost
----
Re: FAQ - Error [message #2507 is a reply to message #2505] Mon, 26 April 2010 04:34 Go to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
My mistake. I thought it was a bug in my code. I shall correct the FAQ shortly.

Previous Topic: Typo in workitem(timeout).php
Next Topic: Quick Reply not working
Goto Forum:
  


Current Time: Fri Apr 19 04:44:32 EDT 2024

Total time taken to generate the page: 0.01028 seconds