mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 17:53:50 -04:00
Add opacity values for gUnavailable in IE with the filter attribute.
This commit is contained in:
@@ -4,3 +4,12 @@
|
||||
#gHeader {
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.gUnavailable {
|
||||
filter: alpha(opacity=40);
|
||||
}
|
||||
|
||||
.gUnavailable:hover {
|
||||
filter: alpha(opacity=100);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user