Jump to content

CSS on Admin ticket background color


zitu4life

Recommended Posts

Hello Community

How can we use CSS to change admin ticket background color. WHMCS uses similar color for background and also for url links. So sometimes we do not even see some url links. 

PS: I already have a hook pointed to custom CSS on admin blend

image.thumb.png.5e932817a64e478826b63db69b71c0ce.png

WHMCS should improve this template.

 

Link to comment
Share on other sites

9 minutes ago, zitu4life said:

How can we use CSS to change admin ticket background color. WHMCS uses similar color for background and also for url links. So sometimes we do not even see some url links. 

if you want to change the reply background color...

#ticketreplies .reply {background-color: #f7fafd;}

give it another hex code value and if it doesn't work, add important! to it.

Link to comment
Share on other sites

25 minutes ago, zitu4life said:

And for ticket url color links we could CSS it or it will CSS url color on entire system ?

try...

#ticketreplies a.autoLinked {background: #FF99FF;}

that would give any link in the reply a pink highlighter background... 😲

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