[JENKINS-35828] fix for Firefox

This commit is contained in:
Cliff Meyers 2016-07-01 11:45:04 -04:00
parent 8810bcfcbe
commit ee261a2b78
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@
// force "favorite" checkbox to white when on unstable card
// FIXME: doesn't work in IE11
&.unstable-bg-lite .checkbox {
filter: grayscale(100%) brightness(0%) invert(100%);
-webkit-filter: grayscale(100%) brightness(0%) invert(100%);
}
}