Opened 13 years ago
Closed 13 years ago
#8739 closed Bug (wontfix)
please validate your css from stuff like empty filter...
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
in files .../skins/something/editor.css is things like filter:; and !something! - it makes a lot of troubles on Rails projects in precompile time.
please make some validations.
filter:;
If you look at css classes description you will see:
cke_noalphafix .cke_icon{filter:;} or .cke_browser_ie6 .cke_button .cke_buttonarrow{filter:;}
!something[[BR]] I havent found the above syntax but I have found something like - height:28px;!line-height:28px;
Those are IE hacks/workarounds (mainly for IE6). Since we support such old browsers we can’t remove those rules, sorry.