summaryrefslogtreecommitdiff
path: root/themes/fab/msie.css
blob: 17e288c615f8d8c74b4846487f838a70f1993947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * @version $Id: msie.css 7170 2010-03-05 21:35:28Z rob $
 */

/* 
 * IE workarounds for opacity
 */

.rela {
	filter: alpha(opacity=67);
}

a.showit:hover span {
	filter: alpha(opacity=85);
}