Files
gallery3/themes/admin_wind/css/fix-ie.css
shadlaws 031dd3bd6f #1960 - Add unit test to look for extra spaces at end of line
- Added no_extra_spaces_at_end_of_line_test to File_Structure_Test.
- Updated Gallery_Filters to exclude testing code that isn't ours.
- Removed existing extra spaces.  New test now passes.
2013-01-24 12:03:05 +01:00

19 lines
240 B
CSS

/**
* Fix display in IE 6 and 7
*/
.g-unavailable {
filter: alpha(opacity=40);
}
.g-unavailable:hover {
filter: alpha(opacity=100);
}
tr.g-error td,
tr.g-info td,
tr.g-success td,
tr.g-warning td {
background: none !important;
}