Possible bug? CSS validation

A place to report and discuss bugs - please mention CMSimple-version, server, platform and browser version
Post Reply
bca
Posts: 293
Joined: Tue Sep 15, 2009 4:49 pm

Possible bug? CSS validation

Post by bca » Sun Mar 18, 2018 3:18 pm

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

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Possible bug? CSS validation

Post by cmb » Sun Mar 18, 2018 4:22 pm

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?
Christoph M. Becker – Plugins for CMSimple_XH

bca
Posts: 293
Joined: Tue Sep 15, 2009 4:49 pm

Re: Possible bug? CSS validation

Post by bca » Mon Mar 19, 2018 9:46 am

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

Post Reply