-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Row Mark Red when Services Teriminate on My Service Page #38
Comments
Go on clientareaproducts.tpl and change the in the foreach loop;
|
I would like to add that on my installation the .row-red>td {
background: rgb(255, 140, 140) !important;
}
.row-red:hover>td {
background: rgb(252, 88, 88) !important;
} |
|
That's because of bootstrap version mismatch. WHMCS 7.x is using Bootstrap 3.4.1 You can use these classes or always create your own :) |
Maybe your CSS for table is overriding the classes for the rows...It's simple CSS |
nice idea.. need this feature as well for whmcs 7.10.3 please |
in this case i can put in every however, how do we achieve terminated or cancelled ? |
You are in a foreach loop. You only need to added one time.
|
okay clear.. inside the |
Describe the solution you'd like
Morning, i having request idea, how to coloring rows when service status terminate on my page service?
ilustration below
Thank s
The text was updated successfully, but these errors were encountered: