Logo white

David RENÉ / hayamiki

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hayamiki
  • resources
  • js
  • hayamiki_designer
  • styles
  • ie7.css
  • add js for designer based on the fork of "wwwsqldesigner"
    73c46b41
    totoro authored
    2016-01-22 19:20:30 +0100  
    Browse Code »
ie7.css 255 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
v\:* { 
	behavior:url(#default#VML);
}

#minimap {
	filter: alpha(opacity=90);
}

#background {
	filter: alpha(opacity=50);
}

#keys, #opts {
	width: expression(eval(document.documentElement.clientWidth)/2);
}

#rubberband {
	filter: alpha(opacity=50);
}