Tue, 2014-07-29 08:19
Im a beginner with css and building a website i stuck with a issue that the css handles some requests not correct.
on my developers website im working to integrate a part custommade item into the website.
The custom made part is seperate to found at LINK
but it is visible on the website at LINK
the items where its stated "Beschikbaar" is also red and must be green, how to solve this?
Wed, 2014-07-30 09:23
#1
Hi air-supplies, You have
Hi air-supplies,
You have over used !important, try to avoid using it as much as possible as it complicates your styles.
Try something like this
/* onderdeel van consulenten-status.php */ .consultant .button.Pauze { background: none repeat scroll 0 0 #64acdd; } .consultant .button.Bezet { background: none repeat scroll 0 0 #f9b526; } .consultant .button.Afwezig { background: none repeat scroll 0 0 #f1000b; } .consultant .button.Beschikbaar { background: none repeat scroll 0 0 #96a93c; }