Jump to content

Product & Services


RandyC

Recommended Posts

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?

 

74106566.jpg

 

Thanks,

Randy

Link to comment
Share on other sites

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;}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated