Page 1 of 1

Possible bug? CSS validation

Posted: Sun Mar 18, 2018 3:18 pm
by bca
Just done a CSS validation on a new site with 1.7.2 and got an error for XHstyles.css

.today
{
font-size: 10px;
background-color: ;
color:black ;
display:inline;
}

The background color isn't defined and is showing as an error. This is also on .week, .month etc

B

Re: Possible bug? CSS validation

Posted: Sun Mar 18, 2018 4:22 pm
by cmb
bca wrote:
Sun Mar 18, 2018 3:18 pm
The background color isn't defined and is showing as an error. This is also on .week, .month etc
Indeed, that looks like a bug. Can you please check which plugin defines these rules (there should be respective comments in xhstyles.css), and whether the rules are already broken in the plugin's stylesheet.css?

Re: Possible bug? CSS validation

Posted: Mon Mar 19, 2018 9:46 am
by bca
AH yes. Forgot that.
It's Countall.
It seems its not compatible with 1.7.2 so i've deleted it.

Validation OK now.

B