Changed order to prefer the standards-compliant rule
authorAlexander Ebert <ebert@woltlab.com>
Mon, 25 Apr 2016 11:30:41 +0000 (13:30 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 25 Apr 2016 11:31:27 +0000 (13:31 +0200)
wcfsetup/install/files/style/ui/userIgnore.scss

index 97fc7cf6ba38499680c8a69d2b78ef59a7cb5d07..7292c299e63599845a648508aec02136c8d2deb4 100644 (file)
@@ -2,8 +2,8 @@
 .ignoredUserContent {
        /* no grayscale filter in IE11 due to completely lacking support */
        
-       filter: grayscale(100%) !important; /* Firefox, Edge */
        -webkit-filter: grayscale(100%) !important; /* Chrome, Safari, Opera */
+       filter: grayscale(100%) !important; /* Firefox, Edge */
                
        &:not(:hover) {
                opacity: .5 !important;