RandyC Posted May 27, 2009 Share Posted May 27, 2009 Alright so I am working on customization for my WHMCS and I found a small problem. I added a border to my active/inactive/terminated/pending useraccounttable and it doesnt seem to be working.. It works on the small squares at the bottom labeling it but not on the actual table. I also tried to manually do it using border html tags in the code itself but it did not work, any clue where I can find the problem? Thanks, Randy 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted May 27, 2009 Share Posted May 27, 2009 If you want the border to go around the "status" squares then you have to place a border around their parent. So whatever that it is 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted May 27, 2009 Share Posted May 27, 2009 Your using the portal theme by the looks. Open your style.css and add your border tags to the appropriate styles. these ones are for the status squares at the bottom .clientareatableactive{background-color:#DFFFE0}.clientareatablepending{background-color:#EFEFEF} .clientareatablesuspended{background-color:#FFF6CF} .clientareatableterminated{background-color:#FFCFCF} and these ones are used in the tables table.data tr.clientareatableactive td{background-color:#DFFFE0 !important;}table.data tr.clientareatablepending td{background-color:#EFEFEF !important;} table.data tr.clientareatablesuspended td{background-color:#FFF6CF !important;} table.data tr.clientareatableterminated td{background-color:#FFCFCF !important;} 0 Quote Link to comment Share on other sites More sharing options...
RandyC Posted May 27, 2009 Author Share Posted May 27, 2009 (edited) I did the first one thats ho wi have it on boxes i guess its the other ones i have to do thanks. EDIT: Worked, thanks. Edited May 27, 2009 by RandyC 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.