jordandelozier / wysibb

WYSIWYG BBcode editor
http://www.wysibb.com
246 stars 86 forks source link

Parsing error wbbtheme.css #127

Open pascal08 opened 9 years ago

pascal08 commented 9 years ago

The following line in wbbtheme.css gives me an error when compiling my styles:

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);

Please fix the color hex to a valid value.

adaur commented 9 years ago

You shouldn't post here, the owner only cares if you can give him money.

jordandelozier commented 9 years ago

You shouldn't post here, the owner only cares if you can give him money.

It is only your opinion.

adaur commented 9 years ago

Of course it is, but if you take a look at your recent commits, you'll see that I might not be wrong.

https://github.com/wbb/wysibb/commits/master

jordandelozier commented 9 years ago

Of course it is, but if you take a look at your recent commits, you'll see that I might not be wrong. https://github.com/wbb/wysibb/commits/master

GitFund is my project & of course i registered wysibb on it.

P.S: Stop flood please.

pascal08 commented 9 years ago

But the main question stays. Are you going to fix this?

jordandelozier commented 9 years ago

That filter css rule needed for IE 7 and lower. I think in future release this rule will be removed.