Project

General

Profile

« Previous | Next » 

Revision f615c7cc

Added by Daniel Lobato Garcia over 10 years ago

fixes #4120 - fix border-collapse:collapse tables in Firefox with disappearing lines

View differences:

app/assets/stylesheets/bootstrap_and_overrides.scss
.popover{max-width: none}
@-moz-document url-prefix() {
/* Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=688556 */
*, *:before, *:after {
background-clip: padding-box;
}
}

Also available in: Unified diff