mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
16 lines
171 B
CSS
16 lines
171 B
CSS
/**
|
|
* Fix display in IE 7 and earlier
|
|
*/
|
|
#gHeader {
|
|
zoom: 1;
|
|
}
|
|
|
|
.gUnavailable {
|
|
filter: alpha(opacity=40);
|
|
}
|
|
|
|
.gUnavailable:hover {
|
|
filter: alpha(opacity=100);
|
|
}
|
|
|