Jump to content

Color change in the availability_statut


Recommended Posts

you're reffering to css classes:

 

.label_success global.css line 2827

.label-success {
  background-color: #55c65e;
  border: 1px solid #36943e;
}

.label_warning flobal.css line 2839

.label-warning {
  background-color: #fe9126;
  border: 1px solid #e4752b; }
Link to comment
Share on other sites

 

you're reffering to css classes:

 

.label_success global.css line 2827

.label-success {
  background-color: #55c65e;
  border: 1px solid #36943e;
}

.label_warning flobal.css line 2839

.label-warning {
  background-color: #fe9126;
  border: 1px solid #e4752b; }

 

Thanks, in part this tip helped.

Edited by MaxPayneNSK (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...