mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-14 00:19:17 -04:00
enter a module name, a description and pick the call backs and or events they want to support and generate the basic module skeleton with one click. @todo: clone a module, clone a theme, generate skeleton controller, view,
20 lines
223 B
CSS
20 lines
223 B
CSS
/**
|
|
* Fix display in IE
|
|
*/
|
|
|
|
#gHeader,
|
|
#gAdminMenu,
|
|
#gGroupAdmin,
|
|
#gDeveloperTools,
|
|
.gAvailable .gBlock {
|
|
zoom: 1;
|
|
}
|
|
|
|
.gUnavailable {
|
|
filter: alpha(opacity=40);
|
|
}
|
|
|
|
.gUnavailable:hover {
|
|
filter: alpha(opacity=100);
|
|
}
|